Skip to content

Commit bb0ce43

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cuda-ubuntu.dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ENV DEBIAN_FRONTEND=noninteractive
77
ENV NVIDIA_VISIBLE_DEVICES=all
88
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
99

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

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

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

3437
# Copy libnpp

0 commit comments

Comments
 (0)