Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

update package version of docker doc #2720

Merged
merged 4 commits into from
Jul 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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