Dockerfiles and configuration scripts for the Docker Hub Official polyaxon images.
The files are organized in the following way: python-version/tf-version/env[cpu,gpu]/
.
build.sh py-version tf-version cpu|gpu
: builds all necessary images. e.g.build.sh 2 121 cpu
will buildpolyaxon/base:2
,polyaxon/base:api-2
,polyaxon/polyaxon:cpu-2-121
, andpolyaxon/polyaxon:api-cpu-2-121
push.sh py-version tf-version cpu|gpu
: pushes all the created images form build.sh step.