sha256:ab6a070e4de096bf9449055e75180d9891916b0de44b1d86130541733d639216
OS/ARCH
linux/amd64
Compressed size
10.1 GB
Last pushed
4 months by roboflowpaul
Type
Image
Manifest digest
sha256:96ee858d492d2a53c67ea0ea7bf120433db00f9a67967779fdea65b610e05ef7
Image Layers
1COPY / / # buildkit10 GB2WORKDIR /build101 B3COPY . . # buildkit64.96 MB4RUN /bin/sh -c ln -s166 B5RUN /bin/sh -c /bin/make create_wheels_for_gpu_notebook18.46 MB6RUN /bin/sh -c pip3 install5.83 MB7WORKDIR /notebooks105 B8COPY examples/notebooks . # buildkit11.28 MB9WORKDIR /app/34 B10COPY inference inference # buildkit4.96 MB11COPY inference/enterprise/parallel/parallel_http_config.py parallel_http.py # buildkit524 B12COPY inference/enterprise/parallel/entrypoint.py entrypoint.py # buildkit481 B13ENV PYTHONPATH=/app/0 B14ENV PROJECT=roboflow-platform0 B15ENV CORE_MODELS_ENABLED=false0 B16ENV WORKFLOWS_STEP_EXECUTION_MODE=local0 B17ENV WORKFLOWS_MAX_CONCURRENT_STEPS=10 B18ENV REDIS_HOST=localhost0 B19ENV API_LOGGING_ENABLED=True0 B20ENV CORE_MODEL_SAM2_ENABLED=True0 B21ENV CORE_MODEL_TROCR_ENABLED=false0 B22ENV ENABLE_PROMETHEUS=True0 B23ENV CORE_MODEL_SAM3_ENABLED=False0 B24ENTRYPOINT ["/bin/sh" "-c" "python3 entrypoint.py"]0 BCommand
COPY / / # buildkit