Update README.md

This commit is contained in:
oobabooga 2023-04-18 12:56:37 -03:00 committed by GitHub
parent f559f9595b
commit 7fbfc489e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ As an alternative to the recommended WSL method, you can install the web UI nati
### Alternative: Docker
```
cp docker/{Dockerfile,docker-compose.yml,.dockerignore} .
ln -s docker/{Dockerfile,docker-compose.yml,.dockerignore} .
cp docker/.env.example .env
# Edit .env and set TORCH_CUDA_ARCH_LIST based on your GPU model
docker compose up --build