Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Lmdeploy
Commits
c07f60fd
Unverified
Commit
c07f60fd
authored
Nov 24, 2023
by
Lyu Han
Committed by
GitHub
Nov 24, 2023
Browse files
[Fix] build docker image failed since `packaging` is missing (#753)
parent
a7c5007c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
c07f60fd
...
...
@@ -5,7 +5,7 @@ RUN rm /etc/apt/sources.list.d/cuda*.list && apt-get update && apt-get install -
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
python3
-m
pip
install
--no-cache-dir
torch
==
1.13.1+cu117
torchvision
==
0.14.1+cu117
--extra-index-url
https://download.pytorch.org/whl/cu117
RUN
python3
-m
pip
install
--no-cache-dir
cmake
RUN
python3
-m
pip
install
--no-cache-dir
cmake
packaging
ENV
NCCL_LAUNCH_MODE=GROUP
...
...
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