Skip to content

Commit a9ff1f7

Browse files
committed
docs: disable GPU in compose
1 parent dc805ea commit a9ff1f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ cp .env.example .env
3434
docker-compose -f docker-compose.yml up
3535
```
3636

37+
If you don't have or want to use the GPU, first run:
38+
39+
```shell
40+
sed -i 's/^.*devices:.*$/#&/' docker-compose.yaml
41+
```
42+
3743
Test it with:
3844

3945
```shell

0 commit comments

Comments
 (0)