Skip to content

Commit

Permalink
Rebase Nvidia to image with Cuda compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchwaiger committed Jun 28, 2024
1 parent 8945933 commit 0dfcefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baseimages/images.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"TAG": "ros1_noetic_nvidia",
"DOCKERFILE": "Dockerfile.ros1_noetic",
"BASE_DOCKERFILE": "Dockerfile.nvidia",
"BASEIMAGE" : "nvidia/cuda:11.8.0-runtime-ubuntu20.04",
"BASEIMAGE" : "nvidia/cuda:11.8.0-devel-ubuntu20.04",
"ROS_DISTRO": "noetic",
"PYTHONVER" : "3.8",
"ROS2_WS" : "/catkin_ws"
Expand Down Expand Up @@ -74,7 +74,7 @@
"TAG": "ros2_humble_nvidia",
"DOCKERFILE": "Dockerfile.ros2",
"BASE_DOCKERFILE": "Dockerfile.nvidia",
"BASEIMAGE": "nvidia/cuda:11.8.0-runtime-ubuntu22.04",
"BASEIMAGE": "nvidia/cuda:11.8.0-devel-ubuntu22.04",
"ROS_DISTRO": "humble",
"PYTHONVER" : "3.10",
"ROS2_WS" : "/opt/ros2_ws"
Expand Down

0 comments on commit 0dfcefd

Please sign in to comment.