Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Mar 9, 2024
1 parent ab2fbc9 commit 5b9bb91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ ENV TZ=Brazil/East DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8

RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y nvidia-utils-515
&& apt-get install -y nvidia-utils-515 \
&& rm -rf ${PKGTMPDIR}/* && apt-get clean && rm -rf /var/lib/apt/lists/*

0 comments on commit 5b9bb91

Please sign in to comment.