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
We have narrowed it down to CMAKE_CUDA_ARCHITECTURES not being set.
If we create an image without running colcon build, then running the image on the Jetson and manually running colcon build, it works fine, and we can also see CMAKE_CUDA_ARCHITECTURES is set.
Also building this package on our development computer works fine. Just running a docker build fails.
Hello,
We are building a docker image on top of this image:
dustynv/ros:humble-ros-base-l4t-r35.1.0
for a Jetson Xavier NX.When we run:
We get the following error:
Line 135 is:
We have narrowed it down to CMAKE_CUDA_ARCHITECTURES not being set.
If we create an image without running
colcon build
, then running the image on the Jetson and manually runningcolcon build
, it works fine, and we can also see CMAKE_CUDA_ARCHITECTURES is set.Also building this package on our development computer works fine. Just running a docker build fails.
We are presuming this might be related to what the docs about [CMAKE_CUDA_ARCHITECTURES]:(https://cmake.org/cmake/help/latest/variable/CMAKE_CUDA_ARCHITECTURES.html) state
We are building the docker image on an x86_64 cpu, but for an arm64 cpu by declaring the platform via docker-compose.yaml:
The text was updated successfully, but these errors were encountered: