Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Removed additional default settings for GPU usage. These settings need to be configured via the configuration.yaml file perhaps.
  • Loading branch information
sirajperson authored Jun 9, 2023
1 parent 74b0696 commit 275f653
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,16 @@ services:
max-size: '10m'
networks:
- super_network
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0,1']
capabilities: [gpu]
#### Uncomment the following for nvidia GPU systems
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
### Either uncomment count or divce_ids if you know which divces you would like to use, but do not uncomment both. They are incompatible.
# count: all
# device_ids: ['0,1']
# capabilities: [gpu]


super__redis:
Expand Down

0 comments on commit 275f653

Please sign in to comment.