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
183763ef
Unverified
Commit
183763ef
authored
Nov 13, 2018
by
SparkSnail
Committed by
GitHub
Nov 13, 2018
Browse files
Quick fix Docker (#363)
Remove "RUN python3 -m pip --no-cache-dir install torch torchvision"
parent
e3901253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
deployment/docker/Dockerfile
deployment/docker/Dockerfile
+0
-5
deployment/docker/README.md
deployment/docker/README.md
+0
-1
No files found.
deployment/docker/Dockerfile
View file @
183763ef
...
@@ -60,11 +60,6 @@ RUN python3 -m pip install nni
...
@@ -60,11 +60,6 @@ RUN python3 -m pip install nni
#
#
RUN
python3
-m
pip
--no-cache-dir
install
tensorflow-gpu
==
1.10.0
RUN
python3
-m
pip
--no-cache-dir
install
tensorflow-gpu
==
1.10.0
#
#PyTorch
#
RUN
python3
-m
pip
--no-cache-dir
install
torch torchvision
#
#
#Keras 2.1.6
#Keras 2.1.6
#
#
...
...
deployment/docker/README.md
View file @
183763ef
...
@@ -7,7 +7,6 @@ This is the Dockerfile of nni project. It includes serveral popular deep learnin
...
@@ -7,7 +7,6 @@ This is the Dockerfile of nni project. It includes serveral popular deep learnin
CUDA 9.0, CuDNN 7.0
CUDA 9.0, CuDNN 7.0
numpy 1.14.3,scipy 1.1.0
numpy 1.14.3,scipy 1.1.0
TensorFlow 1.5.0
TensorFlow 1.5.0
PyTorch (Stable)
Keras 2.1.6
Keras 2.1.6
PyTorch 0.4.1
PyTorch 0.4.1
scikit-learn 0.20.0
scikit-learn 0.20.0
...
...
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