Skip to content

Commit 6a6e65f

Browse files
author
Markus Perl
committed
Cuda upgrade
1 parent f73ffb0 commit 6a6e65f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuda-ubuntu.dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV NVIDIA_VISIBLE_DEVICES=all
88
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
99

1010

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

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

3534
# Copy libnpp

0 commit comments

Comments
 (0)