Skip to content

Commit

Permalink
give nvidia 0 dollars
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpolom committed Dec 8, 2024
1 parent c6ce7e6 commit ec8721f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN rpm -q kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}' > /kernel-versio
kernel-modules-"$(cat /kernel-version.txt)" \
kernel-devel-"$(cat /kernel-version.txt)" \
akmod-nvidia && \
ln -s /usr/bin/ld.bfd /usr/bin/ld && \
if [ ! -e "/usr/bin/ld" ]; then ln -s /usr/bin/ld.bfd /usr/bin/ld; fi && \
ls -alh /usr/bin/ld && \
mkdir -p /packages /var/tmp && \
useradd -M builder && \
chown builder:builder /packages && \
Expand Down

0 comments on commit ec8721f

Please sign in to comment.