"docs/git@developer.sourcefind.cn:chenpangpang/diffusers.git" did not exist on "c697f524761abd2314c030221a3ad2f7791eab4e"
Unverified Commit efa8a9e4 authored by shenggan's avatar shenggan Committed by GitHub
Browse files

update docker build instruction in readme (#73)

parent 3429e62d
...@@ -57,8 +57,8 @@ Run the following command to build a docker image from Dockerfile provided. ...@@ -57,8 +57,8 @@ Run the following command to build a docker image from Dockerfile provided.
> Building FastFold 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). > Building FastFold 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).
```shell ```shell
cd ColossalAI cd FastFold
docker build -t Fastfold ./docker docker build -t fastfold ./docker
``` ```
Run the following command to start the docker container in interactive mode. Run the following command to start the docker container in interactive mode.
......
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