Skip to content

Commit 8b96c81

Browse files
committed
cuda update
1 parent 899bb30 commit 8b96c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV NVIDIA_VISIBLE_DEVICES all
77
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,video
88

99
RUN apt-get update \
10-
&& apt-get -y --no-install-recommends install build-essential curl ca-certificates libva-dev python3 python-is-python3 ninja-build meson libnppif10 \
10+
&& apt-get -y --no-install-recommends install build-essential curl ca-certificates libva-dev python3 python-is-python3 ninja-build meson \
1111
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \
1212
&& update-ca-certificates
1313

0 commit comments

Comments
 (0)