Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d5b68aba
Unverified
Commit
d5b68aba
authored
Nov 19, 2024
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Nov 19, 2024
Browse files
[CI/Build] Update Dockerfile.rocm (#10434)
Signed-off-by:
Alexei V. Ivanov
<
alexei.ivanov@amd.com
>
parent
a324d3a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.rocm
Dockerfile.rocm
+2
-2
No files found.
Dockerfile.rocm
View file @
d5b68aba
...
@@ -51,9 +51,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
...
@@ -51,9 +51,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
*"rocm-6.2"*) \
*"rocm-6.2"*) \
python3 -m pip uninstall -y torch torchvision \
python3 -m pip uninstall -y torch torchvision \
&& python3 -m pip install --pre \
&& python3 -m pip install --pre \
torch==2.6.0.dev2024
0918
\
torch==2.6.0.dev2024
1113+rocm6.2
\
'setuptools-scm>=8' \
'setuptools-scm>=8' \
torchvision==0.20.0.dev2024
0918
\
torchvision==0.20.0.dev2024
1113+rocm6.2
\
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2;; \
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2;; \
*) ;; esac
*) ;; esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment