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 f73ffb0 commit 6a6e65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cuda-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video



# build and move deviceQuery to /usr/bin
RUN mkdir -p /code && \
git clone --depth 1 https://github.com/NVIDIA/cuda-samples.git /code/cuda-samples && \
Expand All @@ -29,7 +28,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

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

# Copy libnpp
Expand Down

0 comments on commit 6a6e65f

Please sign in to comment.