We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbee79 commit 9895819Copy full SHA for 9895819
docker/transformers-pytorch-amd-gpu/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rocm/dev-ubuntu-22.04:6.2.4
+FROM rocm/pytorch:rocm6.4_ubuntu22.04_py3.10_pytorch_release_2.6.0
2
LABEL maintainer="Hugging Face"
3
4
ARG DEBIAN_FRONTEND=noninteractive
@@ -11,9 +11,6 @@ RUN apt update && \
11
RUN git lfs install
12
13
RUN python3 -m pip install --no-cache-dir --upgrade pip numpy
14
-
15
-RUN python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
16
17
RUN python3 -m pip install --no-cache-dir --upgrade importlib-metadata setuptools ninja git+https://github.com/facebookresearch/detectron2.git pytesseract "itsdangerous<2.1.0"
18
19
ARG REF=main
0 commit comments