Skip to content

Commit

Permalink
chore(docker): stop installing nvidia packages in docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Yoshimoto <[email protected]>
  • Loading branch information
HansRobo committed Dec 5, 2023
1 parent b5df068 commit 67ba0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/autoware-universe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN mkdir -p ~/.ssh \

## Set up runtime environment
RUN --mount=type=ssh \
./setup-dev-env.sh -y $SETUP_ARGS --no-cuda-drivers --runtime universe \
./setup-dev-env.sh -y $SETUP_ARGS --no-cuda-drivers --no-nvidia --runtime universe \
&& pip uninstall -y ansible ansible-core \
&& mkdir src \
&& vcs import src < autoware.repos \
Expand Down

0 comments on commit 67ba0ee

Please sign in to comment.