Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Nov 26, 2024
1 parent 8751a5a commit f82631a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoware-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

autoware-base-amd64:
needs: load-env
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-22.04
steps:
- name: Check out this repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions amd64.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
rosdistro=humble
rmw_implementation=rmw_cyclonedds_cpp
base_image=ros:humble-ros-base-jammy
autoware_base_image=ghcr.io/youtalk/autoware-base:latest
autoware_base_cuda_image=ghcr.io/youtalk/autoware-base:cuda-latest
autoware_base_image=ghcr.io/autowarefoundation/autoware-base:latest
autoware_base_cuda_image=ghcr.io/autowarefoundation/autoware-base:cuda-latest
cuda_version=12.3
cudnn_version=8.9.5.29-1+cuda12.2
tensorrt_version=8.6.1.6-1+cuda12.0
Expand Down

0 comments on commit f82631a

Please sign in to comment.