Skip to content

Commit

Permalink
from yesterday (22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Dec 22, 2023
1 parent 7fa877b commit 6c8d606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/include/base_image_config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"tag": "humble-ubuntu22.04",
"external_image": "ros:humble-ros-base"
"external_image": "ros:humble-ros-base",
"injections": {}
},
{
"tag": "cuda12.0.1-humble-ubuntu22.04",
"dockerfile": "cuda_ros.Dockerfile",
"params": {
"UBUNTU_DISTRO": "ubuntu22.04",
"CUDA_VERSION": "12.0.1",
"ROS_DISTRO": "humble"
"tag": "cuda11.2-tensorrt8.6.0-humble-ubuntu22.04",
"external_image": "ros:humble-ros-base",
"injections": {
"ros2": "humble",
"tensorrt": "nv-tensorrt-local-repo-ubuntu2204-8.6.0-cuda-12.0_1.0-1_amd64"
}
}
]
File renamed without changes.

0 comments on commit 6c8d606

Please sign in to comment.