sha256:8aeeb92a97fc7b7b726ca6b3fd88bcdb7bef491923d273eae4fe77334c1084d4
OS/ARCH
linux/amd64
Compressed size
9.59 GB
Last pushed
3 months by opensearchstaging
Type
Image
Manifest digest
sha256:8aeeb92a97fc7b7b726ca6b3fd88bcdb7bef491923d273eae4fe77334c1084d4
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 update286.16 MB22RUN /bin/sh -c useradd -m3.5 KB23ENV CONDA_DIR=/opt/conda0 B24RUN /bin/sh -c wget --quiet512.92 MB25RUN /bin/sh -c chown -R470.93 MB26RUN /bin/sh -c mkdir /tmp/faiss116 B27COPY ./base_image/faiss /tmp/faiss # buildkit1.12 MB28COPY ./base_image/patches /tmp/patches # buildkit2.6 KB29RUN /bin/sh -c cd /tmp/faiss27.06 KB30COPY ./base_image/build_scripts/build-faiss.sh /tmp/build-faiss.sh # buildkit816 B31RUN /bin/sh -c chown -R1.12 MB32USER appuser0 B33ENV PATH=/opt/conda/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B34ENV CONDA_PLUGINS_AUTO_ACCEPT_TOS=yes0 B35RUN /bin/sh -c conda install383.47 MB36RUN /bin/sh -c cmake --version32 B37ENV CUDA_ARCHS=80;86-real0 B38RUN /bin/sh -c conda install350.12 MB39RUN /bin/sh -c conda install7.15 GB40RUN /bin/sh -c /tmp/build-faiss.sh #360.48 MB41CMD ["sh" "-c" "nvidia-smi &&0 B42USER root0 B43WORKDIR /app92 B44COPY ./remote_vector_index_builder/core/requirements.txt /app/remote_vector_index_builder/core/requirements.txt # buildkit243 B45RUN /bin/sh -c pip install15.34 MB46COPY ./remote_vector_index_builder/core /app/remote_vector_index_builder/core # buildkit22.57 KB47RUN /bin/sh -c pip install1.13 MB48COPY ./remote_vector_index_builder/__init__.py /app/remote_vector_index_builder/__init__.py # buildkit325 B49ENV PYTHONPATH=:/app0 B50RUN /bin/sh -c chown -R23.06 KB51USER appuser0 B52RUN python ./remote_vector_index_builder/core/test_imports.py # buildkit36.52 KB53USER root0 B54WORKDIR /app32 B55COPY ./remote_vector_index_builder/app/requirements.txt /app/remote_vector_index_builder/app/requirements.txt # buildkit261 B56RUN /bin/sh -c pip install13.91 MB57COPY ./remote_vector_index_builder/app /app/remote_vector_index_builder/app # buildkit13.4 KB58RUN /bin/sh -c pip install6.63 KB59ENV PYTHONPATH=:/app:/app0 B60RUN /bin/sh -c chown -R69.35 KB61USER appuser0 B62RUN python ./remote_vector_index_builder/app/test_imports.py # buildkit26.1 KB63CMD ["fastapi" "run" "./remote_vector_index_builder/app/main.py" "--port"0 BCommand
ARG RELEASE