Skip to content

Commit

Permalink
Commented out Nvidia GPU settings in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpielman committed Dec 9, 2024
1 parent fa8927a commit ad4ea74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
environment:
DISPLAY: $DISPLAY
XAUTHORITY: $XAUTHORITY
NVIDIA_DRIVER_CAPABILITIES: all
# NVIDIA_DRIVER_CAPABILITIES: all
ROS_LOG_DIR: /tmp
container_name: industrial_calibration
image: ghcr.io/ros-industrial/industrial_calibration:jammy
Expand All @@ -26,10 +26,10 @@ services:
# entrypoint: ./extrinsic_calibration_gui.sh
# entrypoint: ./intrinsic_calibration_gui.sh

deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]

0 comments on commit ad4ea74

Please sign in to comment.