Skip to content

Commit

Permalink
Cuda upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 26, 2024
1 parent 6a6e65f commit bb0ce43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cuda-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

RUN apt-get update \
&& apt-get -y install git \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

# build and move deviceQuery to /usr/bin
RUN mkdir -p /code && \
Expand All @@ -28,7 +31,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

# install va-driver
RUN apt-get update \
&& apt-get -y install libva-drm2 git \
&& apt-get -y install libva-drm2 \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

# Copy libnpp
Expand Down

0 comments on commit bb0ce43

Please sign in to comment.