Skip to content

Commit

Permalink
[CI/Build] Update Dockerfile.rocm (#10434)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei V. Ivanov <[email protected]>
  • Loading branch information
Alexei-V-Ivanov-AMD authored Nov 20, 2024
1 parent a324d3a commit d5b68ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
*"rocm-6.2"*) \
python3 -m pip uninstall -y torch torchvision \
&& python3 -m pip install --pre \
torch==2.6.0.dev20240918 \
torch==2.6.0.dev20241113+rocm6.2 \
'setuptools-scm>=8' \
torchvision==0.20.0.dev20240918 \
torchvision==0.20.0.dev20241113+rocm6.2 \
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2;; \
*) ;; esac

Expand Down

0 comments on commit d5b68ab

Please sign in to comment.