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 be75474 commit 64ae481Copy full SHA for 64ae481
docker/diffusers-pytorch-minimum-cuda/Dockerfile
@@ -3,9 +3,9 @@ LABEL maintainer="Hugging Face"
3
LABEL repository="diffusers"
4
5
ENV DEBIAN_FRONTEND=noninteractive
6
-ENV MINIMUM_SUPPORTED_TORCH_VERSION="2.0.0"
7
-ENV MINIMUM_SUPPORTED_TORCHVISION_VERSION=""
8
-ENV MINIMUM_SUPPORTED_TORCHAUDIO_VERSION=""
+ENV MINIMUM_SUPPORTED_TORCH_VERSION="2.1.0"
+ENV MINIMUM_SUPPORTED_TORCHVISION_VERSION="0.16.0"
+ENV MINIMUM_SUPPORTED_TORCHAUDIO_VERSION="2.1.0"
9
10
RUN apt-get -y update \
11
&& apt-get install -y software-properties-common \
0 commit comments