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
98e86841
"...resnet50_tensorflow.git" did not exist on "f039e4b9944cedb205506f32f241ba533bbd3c18"
Unverified
Commit
98e86841
authored
Jul 29, 2020
by
Junwei Sun
Committed by
GitHub
Jul 29, 2020
Browse files
update package version of docker doc (#2720)
parent
0bae247f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
deployment/docker/README.md
deployment/docker/README.md
+8
-6
docs/en_US/TrainingService/AMLMode.md
docs/en_US/TrainingService/AMLMode.md
+2
-2
No files found.
deployment/docker/README.md
View file @
98e86841
...
@@ -4,15 +4,17 @@ Dockerfile
...
@@ -4,15 +4,17 @@ Dockerfile
This is the Dockerfile of NNI project. It includes serveral popular deep learning frameworks and NNI. It is tested on
`Ubuntu 16.04 LTS`
:
This is the Dockerfile of NNI project. It includes serveral popular deep learning frameworks and NNI. It is tested on
`Ubuntu 16.04 LTS`
:
```
```
CUDA 9.0, CuDNN 7.0
CUDA 9.0
numpy 1.14.3,scipy 1.1.0
CuDNN 7.0
TensorFlow-gpu 1.10.0
numpy 1.14.3
Keras 2.1.6
scipy 1.1.0
PyTorch 0.4.1
tensorflow-gpu 1.15.0
keras 2.1.6
torch 1.4.0
scikit-learn 0.20.0
scikit-learn 0.20.0
pandas 0.23.4
pandas 0.23.4
lightgbm 2.2.2
lightgbm 2.2.2
NNI v0.7
nni
```
```
You can take this Dockerfile as a reference for your own customized Dockerfile.
You can take this Dockerfile as a reference for your own customized Dockerfile.
...
...
docs/en_US/TrainingService/AMLMode.md
View file @
98e86841
...
@@ -22,8 +22,8 @@ Step 6. Create an AML cluster as the computeTarget.
...
@@ -22,8 +22,8 @@ Step 6. Create an AML cluster as the computeTarget.
Step 7. Open a command line and install AML package environment.
Step 7. Open a command line and install AML package environment.
```
```
python3 -m pip install azureml
--user
python3 -m pip install azureml
python3 -m pip install azureml-sdk
--user
python3 -m pip install azureml-sdk
```
```
## Run an experiment
## Run an experiment
...
...
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