Skip to content

Commit

Permalink
fix: Remove unused .deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiranda-queiros committed Feb 28, 2024
1 parent b39cb2a commit a80f830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker_foxy_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ RUN apt-get install -y --no-install-recommends \

# Clean up
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f cuda-keyring_1.0-1_all.deb

# Env vars for the nvidia-container-runtime.
ENV NVIDIA_VISIBLE_DEVICES all
Expand Down
1 change: 1 addition & 0 deletions docker_humble_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ RUN apt-get install -y --no-install-recommends \

# Clean up
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f cuda-keyring_1.0-1_all.deb

# Env vars for the nvidia-container-runtime.
ENV NVIDIA_VISIBLE_DEVICES all
Expand Down

0 comments on commit a80f830

Please sign in to comment.