mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 22:52:25 +00:00
[doc] update docker instruction (#1020)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user