jhj0517 commited on
Commit
ead39c7
1 Parent(s): c6f69c7

Update comment

Browse files
Files changed (1) hide show
  1. docker/docker-compose.yaml +2 -1
docker/docker-compose.yaml CHANGED
@@ -20,8 +20,9 @@ services:
20
 
21
  entrypoint: ["python", "app.py", "--server_port", "7860", "--server_name", "0.0.0.0",]
22
 
23
- # If you're not using nvidia GPU, Update device to match yours.
24
  # See more info at : https://docs.docker.com/compose/compose-file/deploy/#driver
 
25
  deploy:
26
  resources:
27
  reservations:
 
20
 
21
  entrypoint: ["python", "app.py", "--server_port", "7860", "--server_name", "0.0.0.0",]
22
 
23
+ # If you're not using Nvidia GPU, Update device to match yours.
24
  # See more info at : https://docs.docker.com/compose/compose-file/deploy/#driver
25
+ # Edit `requirements.txt` to `requirements-cpu.txt` in Dockerfile as well, if you're not using Nvidia GPU.
26
  deploy:
27
  resources:
28
  reservations: