cnvrg.io
cnvrg.io CORE
Container
cnvrg.io
cnvrg.io CORE

cnvrg.io is an AI OS, transforming the way enterprises manage, scale, and accelerate AI and data science development from research to production. cnvrg.io CORE is a free, community version.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
["flask" "run" "--host=0.0.0.0"]
03/11/2020 5:08 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
5000
03/11/2020 5:08 PM UTC
sha256:9375c0405df7bb641b2eceaed399cd1cc5dde3ca93888b2060bcf945189a48f7RUN
KUBE_VERSION=1.17.1 pip install -r requirements.txt
03/11/2020 5:08 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
/app
03/11/2020 5:07 PM UTC
sha256:02f427ae8b9f1cd2b95dbd014ddfeb59777cb262cad720b4bdd62887c621a935COPY
dir:8efb65dd3b89543def6330d81bbb2fa3ff933ec9ab1978cbafab37f929031e50 in /app
03/11/2020 5:07 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
FLASK_ENV=development
03/09/2020 4:22 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
FLASK_APP=cnvrg-installer/wizard.py
03/09/2020 4:22 PM UTC
sha256:189eaf5fe302bea0d758af33f0a162824d919aa434c593e9c0548be65320c6c7RUN
KUBE_VERSION=1.17.1 apk add --update --no-cache curl ca-certificates &&
  curl -L ${BASE_URL}/${TAR_FILE} |tar xvz &&
  mv linux-amd64/helm /usr/bin/helm &&
  chmod +x /usr/bin/helm &&
  rm -rf linux-amd64 &&
  apk del curl &&
  rm -f /var/cache/apk/*
03/09/2020 4:22 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
TAR_FILE=helm-v3.1.0-linux-amd64.tar.gz
03/09/2020 4:22 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
BASE_URL=https://get.helm.sh
03/09/2020 4:22 PM UTC