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
44c85556
Unverified
Commit
44c85556
authored
Oct 16, 2025
by
Zhewen Li
Committed by
GitHub
Oct 16, 2025
Browse files
[CI/Build] Fix AMD import failures in CI (#26841)
Signed-off-by:
zhewenli
<
zhewenli@meta.com
>
parent
f7d318de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+1
-1
requirements/rocm-test.txt
requirements/rocm-test.txt
+2
-0
No files found.
docker/Dockerfile.rocm
View file @
44c85556
...
...
@@ -12,7 +12,7 @@ ENV PYTORCH_ROCM_ARCH=${ARG_PYTORCH_ROCM_ARCH:-${PYTORCH_ROCM_ARCH}}
RUN apt-get update -q -y && apt-get install -q -y \
sqlite3 libsqlite3-dev libfmt-dev libmsgpack-dev libsuitesparse-dev \
apt-transport-https ca-certificates wget curl
# Remove sccache
# Remove sccache
RUN python3 -m pip install --upgrade pip
RUN apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f "$(which sccache)"
ARG COMMON_WORKDIR
...
...
requirements/rocm-test.txt
View file @
44c85556
...
...
@@ -29,4 +29,6 @@ matplotlib==3.10.3
# Multi-Modal Models Test (Extended) 3
blobfile==3.0.0
schemathesis==3.39.15 # Required for openai schema test.
mteb[bm25s]>=1.38.11, <2 # required for mteb test
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