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
nni
Commits
0ab7e374
Unverified
Commit
0ab7e374
authored
Jun 04, 2021
by
Yuge Zhang
Committed by
GitHub
Jun 04, 2021
Browse files
Fix docker image version (#3722)
parent
9f467f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
0ab7e374
...
...
@@ -43,8 +43,8 @@ RUN ln -s python3 /usr/bin/python
#
RUN
python3
-m
pip
install
--upgrade
pip
==
20.2.4
setuptools
==
50.3.2
# numpy 1.1
4.3
scipy 1.
1.0
RUN
python3
-m
pip
--no-cache-dir
install
numpy
==
1.19.5
scipy
==
1.
6.3
# numpy 1.1
9.5
scipy 1.
5.4
RUN
python3
-m
pip
--no-cache-dir
install
numpy
==
1.19.5
scipy
==
1.
5.4
#
# TensorFlow
...
...
@@ -54,7 +54,7 @@ RUN python3 -m pip --no-cache-dir install tensorflow==2.3.1
#
# Keras
#
RUN
python3
-m
pip
--no-cache-dir
install
Keras
==
2.4.
0
RUN
python3
-m
pip
--no-cache-dir
install
Keras
==
2.4.
3
#
# PyTorch
...
...
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