Skip to content

Commit

Permalink
feat(docker_image): use cuda:12.3.0 base image
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Nov 15, 2023
1 parent d3cd823 commit ca94eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amd64.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rosdistro=humble
rmw_implementation=rmw_cyclonedds_cpp
base_image=ubuntu:22.04
cuda_base_image=ubuntu:22.04
cuda_base_image=nvidia/cuda:12.3.0-base-ubuntu22.04
prebuilt_base_image=ubuntu:22.04
cuda_version=12.3
cudnn_version=8.9.5.29-1+cuda12.2
Expand Down

0 comments on commit ca94eb1

Please sign in to comment.