Skip to content

Commit

Permalink
update package version of docker doc (microsoft#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunweiSUN authored Jul 29, 2020
1 parent 0bae247 commit 98e8684
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions deployment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

```
CUDA 9.0, CuDNN 7.0
numpy 1.14.3,scipy 1.1.0
TensorFlow-gpu 1.10.0
Keras 2.1.6
PyTorch 0.4.1
CUDA 9.0
CuDNN 7.0
numpy 1.14.3
scipy 1.1.0
tensorflow-gpu 1.15.0
keras 2.1.6
torch 1.4.0
scikit-learn 0.20.0
pandas 0.23.4
lightgbm 2.2.2
NNI v0.7
nni
```
You can take this Dockerfile as a reference for your own customized Dockerfile.

Expand Down
4 changes: 2 additions & 2 deletions docs/en_US/TrainingService/AMLMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Step 6. Create an AML cluster as the computeTarget.

Step 7. Open a command line and install AML package environment.
```
python3 -m pip install azureml --user
python3 -m pip install azureml-sdk --user
python3 -m pip install azureml
python3 -m pip install azureml-sdk
```

## Run an experiment
Expand Down

0 comments on commit 98e8684

Please sign in to comment.