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
yaoyuping
nnDetection
Commits
642d512c
Commit
642d512c
authored
Nov 03, 2022
by
Baumgartner, Michael
Browse files
update dockferfile
parent
938687e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
642d512c
...
@@ -33,7 +33,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
...
@@ -33,7 +33,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
gdb
\
gdb
\
ninja-build
ninja-build
RUN
pip
install
numpy
# updating requests and urllib3 fixed compatibility with my docker version
RUN
pip
install
numpy
\
&&
pip
install
--upgrade
requests
\
&&
pip
install
--upgrade
urllib3
# Install own code
# Install own code
COPY
./requirements.txt .
COPY
./requirements.txt .
...
...
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