From aeaff949c7e9f23fb5fcc8c13b12d316ca9504bb Mon Sep 17 00:00:00 2001 From: Konstantin Vyatkin Date: Thu, 16 Jan 2025 23:56:40 +0100 Subject: [PATCH] fix: remove apt cache --- ComfyUI/Dockerfile.local-cpu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ComfyUI/Dockerfile.local-cpu b/ComfyUI/Dockerfile.local-cpu index 1330cfa..0287568 100644 --- a/ComfyUI/Dockerfile.local-cpu +++ b/ComfyUI/Dockerfile.local-cpu @@ -3,8 +3,7 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim # The installer requires curl (and certificates) to download the release archive -RUN --mount=type=cache,target=/var/cache/apt,rw --mount=type=cache,target=/var/lib/apt,rw \ - apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update && apt-get install -y --no-install-recommends \ git \ git-lfs \ build-essential \