We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899bb30 commit 8b96c81Copy full SHA for 8b96c81
cuda-ubuntu.dockerfile
@@ -7,7 +7,7 @@ ENV NVIDIA_VISIBLE_DEVICES all
7
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,video
8
9
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 \
+ && apt-get -y --no-install-recommends install build-essential curl ca-certificates libva-dev python3 python-is-python3 ninja-build meson \
11
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \
12
&& update-ca-certificates
13
0 commit comments