Sign inSign up

mbitard/oceanlens-backend:0.0.8

Index digest

sha256:464a809ba2ab443374512031c27d46022abab4ef3ac1fd404c56be620df08a48

OS/ARCH

linux/amd64

Compressed size

2.6 GB

Last pushed

4 months by mbitard

Type

Image

Manifest digest

sha256:3e2f02dbef731abd408a593aad49ddc0f46dc0d21e24ebe5aab107ddc06698ea

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.35 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.200 B
7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B
8RUN /bin/sh -c set -eux;14.66 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=10 B
13RUN /bin/sh -c apt-get update412.16 KB
14COPY /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages # buildkit2.55 GB
15COPY /usr/local/bin /usr/local/bin # buildkit5.46 KB
16COPY --chmod=755 OceanLens/OceanLens_process/model_core ./model_core #3.97 KB
17COPY --chmod=755 OceanLens/OceanLens_process/model.py . #1001 B
18COPY --chmod=755 OceanLens/OceanLens_process/s3_upload.py . #1.11 KB
19COPY --chmod=755 OceanLens/OceanLens_process/oceanlens_inference.py . #4.06 KB
20COPY --chmod=755 OceanLens/OceanLens_process/run_oceanlens_inference.py . #2.06 KB
21RUN /bin/sh -c chmod -R10.87 KB
22CMD ["python" "run_oceanlens_inference.py"]0 B
23RUN /bin/sh -c pip install913.08 KB
24COPY app.py /app # buildkit2.39 KB
25CMD ["flask" "--app" "app" "run"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'