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
mmdetection3d
Commits
5ff7c6ac
Unverified
Commit
5ff7c6ac
authored
Nov 09, 2021
by
Wenhao Wu
Committed by
GitHub
Nov 09, 2021
Browse files
[Fix] Update mmcv version in dockerfile (#1036)
parent
99ad831a
Changes
1
Hide 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 @
5ff7c6ac
...
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
...
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
# Install MMCV, MMDetection and MMSegmentation
# Install MMCV, MMDetection and MMSegmentation
RUN
pip
install
mmcv-full
==
1.3.
8
-f
https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
RUN
pip
install
mmcv-full
==
1.3.
13
-f
https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
RUN
pip
install
mmdet
==
2.17.0
RUN
pip
install
mmdet
==
2.17.0
RUN
pip
install
mmsegmentation
==
0.18.0
RUN
pip
install
mmsegmentation
==
0.18.0
...
...
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