sha256:1226e8bee909927285118f192258409ef24528695b8eaba8dfb99dfe5b0c8551
OS/ARCH
linux/amd64
Compressed size
4.21 GB
Last pushed
8 days by opensearchstaging
Type
Image
Manifest digest
sha256:1226e8bee909927285118f192258409ef24528695b8eaba8dfb99dfe5b0c8551
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.34 MB6CMD ["/bin/bash"]0 B7ENV NVARCH=x86_640 B8ENV NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<5360 B9ENV NV_CUDA_CUDART_VERSION=12.9.37-10 B10ARG TARGETARCH0 B12RUN |1 TARGETARCH=amd64 /bin/sh -c4.34 MB13ENV CUDA_VERSION=12.9.00 B14RUN |1 TARGETARCH=amd64 /bin/sh -c74.02 MB15RUN |1 TARGETARCH=amd64 /bin/sh -c183 B16ENV PATH=/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B17ENV LD_LIBRARY_PATH=/usr/local/cuda/lib640 B18COPY NGC-DL-CONTAINER-LICENSE / # buildkit6.72 KB19ENV NVIDIA_VISIBLE_DEVICES=all0 B20ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B21RUN /bin/sh -c apt-get update288.61 MB22RUN /bin/sh -c useradd -m3.5 KB23ENV CONDA_DIR=/opt/conda0 B24RUN /bin/sh -c wget --quiet497.05 MB25RUN /bin/sh -c chown -R457.83 MB26RUN /bin/sh -c mkdir /tmp/faiss115 B27COPY ./base_image/faiss /tmp/faiss # buildkit1.6 MB28COPY ./base_image/patches /tmp/patches # buildkit5.09 KB29RUN /bin/sh -c cd /tmp/faiss41.98 KB30RUN /bin/sh -c cd /tmp/faiss3.19 KB31RUN /bin/sh -c cd /tmp/faiss7.43 KB32COPY ./base_image/build_scripts/build-faiss.sh /tmp/build-faiss.sh # buildkit866 B33RUN /bin/sh -c chown -R1.61 MB34USER appuser0 B35ENV PATH=/opt/conda/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B36ENV CONDA_PLUGINS_AUTO_ACCEPT_TOS=yes0 B37RUN /bin/sh -c conda install148.55 MB38RUN /bin/sh -c cmake --version32 B39ENV CUDA_ARCHS=80;86-real;120-real0 B40RUN /bin/sh -c conda install223.35 MB41RUN /bin/sh -c conda install2.39 GB42RUN /bin/sh -c /tmp/build-faiss.sh 79.74 MB43CMD ["sh" "-c" "nvidia-smi &&0 B44USER root0 B45WORKDIR /app91 B46COPY ./remote_vector_index_builder/core/requirements.txt /app/remote_vector_index_builder/core/requirements.txt # buildkit242 B47RUN /bin/sh -c pip install40.84 MB48COPY ./remote_vector_index_builder/core /app/remote_vector_index_builder/core # buildkit22.83 KB49RUN /bin/sh -c pip install986.01 KB50COPY ./remote_vector_index_builder/__init__.py /app/remote_vector_index_builder/__init__.py # buildkit323 B51ENV PYTHONPATH=:/app0 B52RUN /bin/sh -c chown -R23.32 KB53USER appuser0 B54RUN python ./remote_vector_index_builder/core/test_imports.py # buildkit36.62 KB55USER root0 B56WORKDIR /app32 B57COPY ./remote_vector_index_builder/app/requirements.txt /app/remote_vector_index_builder/app/requirements.txt # buildkit256 B58RUN /bin/sh -c pip install14.75 MB59COPY ./remote_vector_index_builder/app /app/remote_vector_index_builder/app # buildkit13.4 KB60RUN /bin/sh -c pip install6.62 KB61ENV PYTHONPATH=:/app:/app0 B62RUN /bin/sh -c chown -R69.67 KB63USER appuser0 B64RUN python ./remote_vector_index_builder/app/test_imports.py # buildkit26.08 KB65CMD ["fastapi" "run" "./remote_vector_index_builder/app/main.py" "--port"0 BCommand
ARG RELEASE