You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
I tried following the Docker installation for quick start guide, but it fails in the 3rd step, when it need to pull the autoware-universe:latest-cuda docker image. see below output,
$ rocker --nvidia --x11 --user --volume $HOME/autoware_map -- ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt
Extension volume doesn't support default arguments. Please extend it.
Active extensions ['nvidia', 'user', 'volume', 'x11']
Step 1/6 : FROM golang:1.19 as detector
---> 80b76a6c918c
Step 2/6 : RUN git clone -q https://github.com/dekobon/distro-detect.git && cd distro-detect && git checkout -q 5f5b9c724b9d9a117732d2a4292e6288905734e1 && CGO_ENABLED=0 go build .
---> Using cache
---> 20d249e22f49
Step 3/6 : FROM ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt
no more output and success not detected
Failed to build detector image
WARNING unable to detect os for base image 'ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt', maybe the base image does not exist
Seems like that the image might not exist or that there is an issue with detecting the operating system of the base image.
Expected behavior
should have installed the autoware docker image.
Actual behavior
Fails at the 3rd step, where it was supposed to install the autoware-universe:humble-latest-prebuilt docker image.
Steps to reproduce
install docker
install NVIDIA Container Toolkit
install rocker using either pip install --force-reinstall git+https://github.com/osrf/rocker.git@main or sudo apt purge python3-rocker.
$ rocker --nvidia --x11 --user --volume $HOME/autoware_map -- ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt
Extension volume doesn't support default arguments. Please extend it.
Active extensions ['nvidia', 'user', 'volume', 'x11']
Step 1/6 : FROM golang:1.19 as detector
---> 80b76a6c918c
Step 2/6 : RUN git clone -q https://github.com/dekobon/distro-detect.git && cd distro-detect && git checkout -q 5f5b9c724b9d9a117732d2a4292e6288905734e1 && CGO_ENABLED=0 go build .
---> Using cache
---> 20d249e22f49
Step 3/6 : FROM ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt
no more output and success not detected
Failed to build detector image
WARNING unable to detect os for base image 'ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt', maybe the base image does not exist
Versions
ros2 humble, ubuntu 22
Possible causes
The error messages suggest that the image might not exist or that there is an issue with detecting the operating system of the base image.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Description
I tried following the Docker installation for quick start guide, but it fails in the 3rd step, when it need to pull the autoware-universe:latest-cuda docker image. see below output,
Seems like that the image might not exist or that there is an issue with detecting the operating system of the base image.
Expected behavior
should have installed the autoware docker image.
Actual behavior
Fails at the 3rd step, where it was supposed to install the
autoware-universe:humble-latest-prebuilt
docker image.Steps to reproduce
pip install --force-reinstall git+https://github.com/osrf/rocker.git@main
orsudo apt purge python3-rocker
.mkdir ~/autoware_map
rocker --nvidia --x11 --user --volume $HOME/autoware_map -- ghcr.io/autowarefoundation/autoware-universe:humble-latest-prebuilt
last command should throw below output,
Versions
ros2 humble, ubuntu 22
Possible causes
The error messages suggest that the image might not exist or that there is an issue with detecting the operating system of the base image.
Additional context
No response
The text was updated successfully, but these errors were encountered: