"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "c6ec70290fbb5768100789a28f2521dc6ac0aa88"
Unverified Commit 98e86841 authored by Junwei Sun's avatar Junwei Sun Committed by GitHub
Browse files

update package version of docker doc (#2720)

parent 0bae247f
......@@ -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.
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment