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 e778be0 commit 9918ac2Copy full SHA for 9918ac2
Dockerfile_hub
@@ -20,6 +20,10 @@ ENV DEBIAN_PRIORITY=critical
20
ARG CPU_ARCHITECTURE
21
ENV CPU_ARCHITECTURE=${CPU_ARCHITECTURE}
22
23
+# prefer prebuilt wheels, never build from sdist for known heavy libs
24
+ENV PIP_PREFER_BINARY=1
25
+ENV PIP_ONLY_BINARY=:all:
26
+
27
USER root
28
29
RUN apt-get update && apt-get upgrade -y && \
Dockerfile_singleuser
@@ -29,6 +29,10 @@ ENV NVIDIA_DRIVER_VERSION=510
ENV NVIDIA_VISIBLE_DEVICES=all
30
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
31
32
33
34
35
36
37
38
0 commit comments