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
36400705
Unverified
Commit
36400705
authored
May 07, 2021
by
Yezhen Cong
Committed by
GitHub
May 07, 2021
Browse files
[Fix]: modify Dockerfile mmdet version (#520)
parent
34155e84
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 @
36400705
...
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
...
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
# Install MMCV
# Install MMCV
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
==
latest+torch1.6.0+cu101
-f
https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
RUN
pip
install
mmdet
RUN
pip
install
mmdet
==
2.11.0
# Install MMDetection
# Install MMDetection
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