Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamarunbrahma authored Dec 25, 2024
1 parent aa6421a commit c138c1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ services:
memory: 16G # Set memory limit to 16GB
reservations:
memory: 8G # Guarantee at least 8GB
# Uncomment below lines if you have NVIDIA GPU available
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
command: tail -f /dev/null # Keep container running

0 comments on commit c138c1e

Please sign in to comment.