Skip to content

Commit

Permalink
Merge pull request #46 from iterait/remove-more-cuda
Browse files Browse the repository at this point in the history
Remove more cuda stuff
  • Loading branch information
FloopCZ authored Apr 7, 2020
2 parents 75c5503 + c202e30 commit 97a8a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dockerfiles/Dockerfile.archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ RUN if [ "${tag}" = "cuda" ]; then \
nccl \
&& rm -vf /usr/bin/nvidia* \
&& rm -vf /usr/lib/libnvidia* \
&& rm -vf /usr/lib/libcuda*; \
&& rm -vf /usr/lib/libcuda* \
&& rm -rvf /opt/cuda/doc/ \
&& rm -rvf /opt/cuda/*nsight* \
&& rm -rvf /opt/cuda/*nvvp* \
&& rm -rvf /opt/cuda/samples/; \
fi

# set NVIDIA-Docker specific variables
Expand Down

0 comments on commit 97a8a1f

Please sign in to comment.