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
50db5e35
"docs/vscode:/vscode.git/clone" did not exist on "6cee56abd2430b111aa13d302e3de47efb75d93c"
Unverified
Commit
50db5e35
authored
Jul 25, 2021
by
Ziyi Wu
Committed by
GitHub
Jul 25, 2021
Browse files
remove mmpycocotools in dockerfile (#785)
parent
62c14d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
docker/Dockerfile
docker/Dockerfile
+0
-4
No files found.
docker/Dockerfile
View file @
50db5e35
...
@@ -24,7 +24,3 @@ WORKDIR /mmdetection3d
...
@@ -24,7 +24,3 @@ WORKDIR /mmdetection3d
ENV
FORCE_CUDA="1"
ENV
FORCE_CUDA="1"
RUN
pip
install
-r
requirements/build.txt
RUN
pip
install
-r
requirements/build.txt
RUN
pip
install
--no-cache-dir
-e
.
RUN
pip
install
--no-cache-dir
-e
.
# uninstall pycocotools installed by nuscenes-devkit and reinstall mmpycocotools
RUN
pip uninstall pycocotools
--no-cache-dir
-y
RUN
pip
install
mmpycocotools
--no-cache-dir
--force
--no-deps
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