[doc] update docker instruction (#1020)

This commit is contained in:
Frank Lee
2022-05-24 17:51:50 +08:00
committed by GitHub
parent e17a43184b
commit 8d06186ff9
2 changed files with 6 additions and 0 deletions

View File

@@ -183,6 +183,9 @@ NO_CUDA_EXT=1 pip install .
Run the following command to build a docker image from Dockerfile provided.
> Building Colossal-AI from scratch requires GPU support, you need to use Nvidia Docker Runtime as the default when doing `docker build`. More details can be found [here](https://stackoverflow.com/questions/59691207/docker-build-with-nvidia-runtime).
> We recommend you install Colossal-AI from our [project page](https://www.colossalai.org) directly.
```bash
cd ColossalAI
docker build -t colossalai ./docker