Skip to content

Commit

Permalink
Rebase all Nvidia imgs. I forgot my repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchwaiger committed Jun 28, 2024
1 parent 0dfcefd commit 8dc52b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 @@ -44,7 +44,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 8dc52b7

Please sign in to comment.