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
ea846013
Unverified
Commit
ea846013
authored
Jul 06, 2021
by
Danila Rukhovich
Committed by
GitHub
Jul 06, 2021
Browse files
fix open-mmlab project versions in Dockerfile (#708)
parent
fc5d477a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile
docker/Dockerfile
+3
-3
No files found.
docker/Dockerfile
View file @
ea846013
...
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
...
@@ -13,9 +13,9 @@ 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
==
latest+torch1.6.0+cu101
-f
https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist
/index.html
RUN
pip
install
mmcv-full
==
1.3.8
-f
https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0
/index.html
RUN
pip
install
mmdet
==
2.1
1
.0
RUN
pip
install
mmdet
==
2.1
4
.0
RUN
pip
install
mmsegmentation
==
0.14.
0
RUN
pip
install
mmsegmentation
==
0.14.
1
# Install MMDetection3D
# Install MMDetection3D
RUN
conda clean
--all
RUN
conda clean
--all
...
...
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