Skip to content

Commit

Permalink
fix: remove apt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tinovyatkin committed Jan 16, 2025
1 parent 8607769 commit aeaff94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ComfyUI/Dockerfile.local-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit aeaff94

Please sign in to comment.