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
7e6a1146
"vscode:/vscode.git/clone" did not exist on "bc62c5b67442bcee19f8d47546b63efba6e1b7c6"
Unverified
Commit
7e6a1146
authored
Oct 11, 2021
by
Wenhao Wu
Committed by
GitHub
Oct 11, 2021
Browse files
[Fix] Update mmdet & mmseg versions in Dockerfile (#992)
parent
180ad042
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+2
-2
No files found.
docker/Dockerfile
View file @
7e6a1146
...
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
...
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
# 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.8
-f
https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
RUN
pip
install
mmdet
==
2.1
4
.0
RUN
pip
install
mmdet
==
2.1
7
.0
RUN
pip
install
mmsegmentation
==
0.1
4.1
RUN
pip
install
mmsegmentation
==
0.1
8.0
# 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