Update amd pytorch index to match base image (#36347)

pip pytorch index should match docker base image
This commit is contained in:
ivarflakstad
2025-02-24 16:17:20 +01:00
committed by GitHub
parent 2af272c101
commit f4684a6eb2

View File

@@ -12,7 +12,7 @@ RUN git lfs install
RUN python3 -m pip install --no-cache-dir --upgrade pip numpy
RUN python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2
RUN python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
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"