Namespace
xprobe
Image / Tag
xinference:v0.12.3-cpu
Content Digest
sha256:c08e99278c828ec3e67d26b4eb78aa3f5f17f97d89e39ab59f27a95170e2bbea
Details
Created

2024-06-28 08:22:22 UTC

Size

2.12 GB

Content Digest
Labels
  • maintainer
    Anaconda, Inc
  • org.opencontainers.image.created
    2023-11-16T21:09:15.914Z
  • org.opencontainers.image.description
    Repository of Docker images created by Anaconda
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    ebc26fe510afb782743805c76b74c0e8c558318c
  • org.opencontainers.image.source
    https://github.com/ContinuumIO/docker-images
  • org.opencontainers.image.title
    docker-images
  • org.opencontainers.image.url
    https://github.com/ContinuumIO/docker-images
  • org.opencontainers.image.version
    23.10.0-1

Environment
LANG

C.UTF-8

LC_ALL

C.UTF-8

NODE_VERSION

14.21.1

NVM_DIR

/usr/local/nvm

PATH

/usr/local/nvm/versions/node/v14.21.1/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0bc8ff246cb8ff91066742f8f7ded40397e7aaaa925200b7bec5382d1ffcd6a0 - 1.38% (30 MB)

[#001] sha256:e87dc284eda57fe6f1d5be295889a742364d6d91e93be71884dd4a992f74c188 - 2.2% (47.8 MB)

[#002] sha256:f1fbf9532e5b7f4c7ff8816c4941e636c6db3fe1f37487868908d79aeb735aaf - 5.02% (109 MB)

[#003] sha256:5ff881fce5e67cb8c2f9e309ec8bba2673a9dcdb2e26a47444b9453854589f97 - 4.1% (89.2 MB)

[#004] sha256:90e2e5e9d0a3d232240841a2df9c48c16121c2cb7c9bb5d86e30c3fe2742554e - 9.57% (208 MB)

[#005] sha256:fffdd24328f8e042e1f4f95ef8c1721da362db4902d01903051894bec8cd65a2 - 77.74% (1.65 GB)


History
2023-11-01 00:21:11 UTC

/bin/sh -c #(nop) ADD file:5fb15e28ab9cd52a4c1371f9273d159579710f4efb955c1e6d76c0403e36967c in /

2023-11-01 00:21:12 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Anaconda, Inc

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -q && apt-get install -q -y --no-install-recommends bzip2 ca-certificates git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-client procps subversion wget && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2023-11-16 21:09:43 UTC (buildkit.dockerfile.v0)

ARG CONDA_VERSION=py311_23.10.0-1

2023-11-16 21:10:01 UTC (buildkit.dockerfile.v0)

RUN |1 CONDA_VERSION=py311_23.10.0-1 /bin/sh -c set -x && UNAME_M="$(uname -m)" && if [ "${UNAME_M}" = "x86_64" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; SHA256SUM="d0643508fa49105552c94a523529f4474f91730d3e0d1f168f1700c43ae67595"; elif [ "${UNAME_M}" = "s390x" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; SHA256SUM="ae212385c9d7f7473da7401d3f5f6cbbbc79a1fce730aa48531947e9c07e0808"; elif [ "${UNAME_M}" = "aarch64" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; SHA256SUM="a60e70ad7e8ac5bb44ad876b5782d7cdc66e10e1f45291b29f4f8d37cc4aa2c8"; elif [ "${UNAME_M}" = "ppc64le" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; SHA256SUM="1a2eda0a9a52a4bd058abbe9de5bb2bc751fcd7904c4755deffdf938d6f4436e"; fi && wget "${MINICONDA_URL}" -O miniconda.sh -q && echo "${SHA256SUM} miniconda.sh" > shasum && if [ "${CONDA_VERSION}" != "latest" ]; then sha256sum --check --status shasum; fi && mkdir -p /opt && bash miniconda.sh -b -p /opt/conda && rm miniconda.sh shasum && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate base" >> ~/.bashrc && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy # buildkit

2024-06-28 08:12:27 UTC

/bin/sh -c #(nop) COPY dir:131f4b4b6adbad2f977170d2aad445e06cf05f41dd8dbcac866256dd524fee6e in /opt/inference

2024-06-28 08:12:36 UTC

/bin/sh -c #(nop) ENV NVM_DIR=/usr/local/nvm

2024-06-28 08:12:36 UTC

/bin/sh -c #(nop) ENV NODE_VERSION=14.21.1

2024-06-28 08:13:09 UTC

/bin/sh -c apt-get -y update && apt install -y build-essential curl procps git libgl1 && mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm alias default $NODE_VERSION && nvm use default && apt-get -yq clean

2024-06-28 08:13:12 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/nvm/versions/node/v14.21.1/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-06-28 08:13:13 UTC

/bin/sh -c #(nop) ARG PIP_INDEX=https://pypi.org/simple

2024-06-28 08:22:22 UTC

|1 PIP_INDEX=https://pypi.org/simple /bin/sh -c python -m pip install --upgrade -i "$PIP_INDEX" pip && pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && pip install -i "$PIP_INDEX" "xoscar>=0.3.0" "gradio==4.26.0" "typer[all]<0.12.0" pillow click "tqdm>=4.27" tabulate requests pydantic "fastapi==0.110.3" uvicorn "huggingface-hub>=0.19.4" typing_extensions "fsspec==2023.10.0" "s3fs==2023.10.0" "boto3>=1.28.55,<1.28.65" "tensorizer~=2.9.0" "modelscope>=1.10.0" "sse_starlette>=1.6.5" "openai>1" "python-jose[cryptography]" "passlib[bcrypt]" "aioprometheus[starlette]>=23.12.0" pynvml async-timeout "transformers>=4.34.1" "accelerate>=0.20.3" sentencepiece transformers_stream_generator bitsandbytes protobuf einops tiktoken "sentence-transformers>=2.3.1" FlagEmbedding diffusers controlnet_aux orjson auto-gptq optimum peft timm opencv-contrib-python-headless && pip install -i "$PIP_INDEX" -U chatglm-cpp && pip install "llama-cpp-python>=0.2.25,!=0.2.58" --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu && cd /opt/inference && python setup.py build_web && git restore . && pip install -i "$PIP_INDEX" --no-deps "."

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete