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
bd3c144e
Unverified
Commit
bd3c144e
authored
Apr 10, 2024
by
Woosuk Kwon
Committed by
GitHub
Apr 10, 2024
Browse files
[Bugfix][ROCm] Add numba to Dockerfile.rocm (#3962)
parent
0258b7a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile.rocm
Dockerfile.rocm
+1
-1
No files found.
Dockerfile.rocm
View file @
bd3c144e
...
@@ -91,7 +91,7 @@ RUN if [ "$BUILD_TRITON" = "1" ]; then \
...
@@ -91,7 +91,7 @@ RUN if [ "$BUILD_TRITON" = "1" ]; then \
COPY ./ /app/vllm
COPY ./ /app/vllm
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade pip
numba
RUN python3 -m pip install xformers==0.0.23 --no-deps
RUN python3 -m pip install xformers==0.0.23 --no-deps
RUN cd /app \
RUN cd /app \
...
...
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