diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index ac1673a..704729c 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10.9-slim ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 -RUN --mount=type=cache,target=/root/.cache/pip pip install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 +RUN --mount=type=cache,target=/root/.cache/pip pip install torch==1.13.0 torchvision --extra-index-url https://download.pytorch.org/whl/cu117 RUN apt-get update && apt-get install -y git && apt-get clean