Skip to content

Commit

Permalink
Added extra gpu settings to compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Apr 17, 2024
1 parent 47823b6 commit 9c7527a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ services:
- "5555:5000"
networks:
- cognet

# uncomment this only when you have gpu access
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# device_ids: ['0']
# capabilities: ["gpu", "utility", "compute", "video"]

networks:
cognet:
Expand Down

0 comments on commit 9c7527a

Please sign in to comment.