File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ rmw_implementation=rmw_cyclonedds_cpp
3
3
base_image = ubuntu:22.04
4
4
cuda_base_image = nvidia/cuda:12.0.0-devel-ubuntu22.04
5
5
prebuilt_base_image = ubuntu:22.04
6
- cuda_version = 11.6
7
- cudnn_version = 8.4 .1.50 -1+cuda11.6
8
- tensorrt_version = 8.4.2 -1+cuda11.6
6
+ cuda_version = 12.0
7
+ cudnn_version = 8.8 .1.3 -1+cuda12.0
8
+ tensorrt_version = 8.6.0.12 -1+cuda12.0
Original file line number Diff line number Diff line change @@ -21,15 +21,6 @@ wget -O /tmp/amd64.env https://raw.githubusercontent.com/autowarefoundation/auto
21
21
22
22
# Modified from: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_network
23
23
24
- # A temporary workaround for Ubuntu 22.04 with the ubuntu2004 repository
25
- if [[ " $( uname -m) " == " x86_64" ]]; then
26
- liburcu6_url=http://archive.ubuntu.com/ubuntu
27
- else
28
- liburcu6_url=http://ports.ubuntu.com/ubuntu-ports
29
- fi
30
- sudo echo " deb $liburcu6_url focal main restricted" > /etc/apt/sources.list.d/focal.list
31
-
32
- # TODO: Use 22.04 in https://github.com/autowarefoundation/autoware/pull/3084. Currently, 20.04 is intentionally used.
33
24
os=ubuntu2004
34
25
wget https://developer.download.nvidia.com/compute/cuda/repos/$os /$( uname -m) /cuda-keyring_1.0-1_all.deb
35
26
sudo dpkg -i cuda-keyring_1.0-1_all.deb
You can’t perform that action at this time.
0 commit comments