Skip to content

Commit

Permalink
Upgrade base image version from cuda 11.7.0 to 11.8.0 (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: Allison Thackston <[email protected]>
  • Loading branch information
DerProfessor and athackst authored Jun 16, 2023
1 parent 6042303 commit ee7c3b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ros2/foxy-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################################
# Base image
###########################################
FROM nvidia/cuda:11.7.0-runtime-ubuntu20.04 AS base
FROM nvidia/cuda:11.8.0-runtime-ubuntu20.04 AS base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion ros2/humble-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################################
# Base image
###########################################
FROM nvidia/cuda:11.7.0-runtime-ubuntu22.04 AS base
FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04 AS base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
4 changes: 2 additions & 2 deletions templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ros2:
- gazebo-nvidia
python_version: "3.10"
base_image: "nvidia/cuda"
image_version: "11.7.0-runtime-ubuntu22.04"
image_version: "11.8.0-runtime-ubuntu22.04"
-
name: galactic
ros_distro: galactic
Expand Down Expand Up @@ -113,7 +113,7 @@ ros2:
- gazebo-nvidia
python_version: "3.8"
base_image: "nvidia/cuda"
image_version: "11.7.0-runtime-ubuntu20.04"
image_version: "11.8.0-runtime-ubuntu20.04"
-
name: eloquent
ros_distro: eloquent
Expand Down

0 comments on commit ee7c3b3

Please sign in to comment.