sha256:7f0199318b6c1f34b1e310d1c17ad66c1d9eedbecdd36283b094dae0e66bf2db
OS/ARCH
linux/amd64
Compressed size
1.62 GB
Last pushed
almost 2 years by matteogastaldello
Type
Image
Manifest digest
sha256:7f0199318b6c1f34b1e310d1c17ad66c1d9eedbecdd36283b094dae0e66bf2db
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 26.24 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get -y158.74 MB8RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC201.08 MB9RUN /bin/sh -c git clone2.44 MB10ENV PYENV_ROOT=/root/.pyenv0 B11ENV PATH=/root/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12RUN /bin/sh -c apt install19.76 MB13RUN /bin/sh -c pip install9.43 MB14RUN /bin/sh -c apt-get install145.85 MB15ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd640 B16WORKDIR /opt/mlflow114 B17RUN /bin/sh -c pip install380.6 MB18RUN /bin/sh -c mvn --batch-mode4.5 MB19RUN /bin/sh -c mvn --batch-mode49.38 KB20RUN /bin/sh -c cp /opt/java/mlflow-scoring-2.18.0.pom1.15 KB21RUN /bin/sh -c cd /opt/java121.1 MB22COPY model_dir/model /opt/ml/model # buildkit1.28 KB23RUN /bin/sh -c python -c593.09 MB24ENV MLFLOW_DISABLE_ENV_CREATION=True0 B25ENV ENABLE_MLSERVER=True0 B26ENV GUNICORN_CMD_ARGS=--timeout 60 -k gevent0 B27RUN /bin/sh -c chmod o+rwX123 B28RUN /bin/sh -c rm -rf567 B29ENTRYPOINT ["python" "-c" "from mlflow.models0 BCommand
ARG RELEASE