Skip to content

Commit

Permalink
fix: remove libcudadebugger.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rxnew committed Feb 6, 2024
1 parent 3bf65cc commit 2696def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ARG base
ARG user
FROM ${base}
USER root
RUN rm -rf /usr/lib/$(uname -m)-linux-gnu/libnvidia-ml.so.1 /usr/lib/$(uname -m)-linux-gnu/libcuda.so.1
RUN rm -rf /usr/lib/$(uname -m)-linux-gnu/libnvidia-ml.so.1 /usr/lib/$(uname -m)-linux-gnu/libcuda.so.1 /usr/lib/$(uname -m)-linux-gnu/libcudadebugger.so.1
USER ${user}

0 comments on commit 2696def

Please sign in to comment.