Skip to content

Commit

Permalink
Update to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
faizansana committed Feb 14, 2024
1 parent 015c4df commit adf3c36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cuda: ["11.4.3", "11.8.0"]
cuda: ["11.8.0", "12.0.0"]
carla: ["0.9.10.1", "0.9.13"]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG CUDA_VERSION=11.8.0
FROM carlasim/carla:${CARLA_VERSION} AS carla

ARG CUDA_VERSION=11.8.0
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu20.04 AS base
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu22.04 AS base
SHELL [ "/bin/bash", "-c" ]

ARG CARLA_VERSION=0.9.13
Expand Down
1 change: 0 additions & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ oauthlib==3.2.2
packaging==23.1
pandas==2.0.3
Pillow==10.0.1
pkg_resources==0.0.0
protobuf==4.24.3
pyasn1==0.5.0
pyasn1-modules==0.3.0
Expand Down

0 comments on commit adf3c36

Please sign in to comment.