Skip to content

Commit 64ae481

Browse files
committed
update
1 parent be75474 commit 64ae481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/diffusers-pytorch-minimum-cuda/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ LABEL maintainer="Hugging Face"
33
LABEL repository="diffusers"
44

55
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=""
6+
ENV MINIMUM_SUPPORTED_TORCH_VERSION="2.1.0"
7+
ENV MINIMUM_SUPPORTED_TORCHVISION_VERSION="0.16.0"
8+
ENV MINIMUM_SUPPORTED_TORCHAUDIO_VERSION="2.1.0"
99

1010
RUN apt-get -y update \
1111
&& apt-get install -y software-properties-common \

0 commit comments

Comments
 (0)