From a024ec1cbc7c167e70d4ac05fdfd3b5d989016a0 Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Wed, 7 May 2025 22:51:09 +0100 Subject: [PATCH] Update Dockerfile.rocm --- services/AUTOMATIC1111/Dockerfile.rocm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile.rocm b/services/AUTOMATIC1111/Dockerfile.rocm index eab7fc1..b463fa2 100644 --- a/services/AUTOMATIC1111/Dockerfile.rocm +++ b/services/AUTOMATIC1111/Dockerfile.rocm @@ -27,7 +27,8 @@ RUN --mount=type=cache,target=/var/cache/apt \ # we need those apt-get install -y fonts-dejavu-core rsync git jq moreutils aria2 \ # extensions needs those - ffmpeg libglfw3-dev libgles2-mesa-dev pkg-config libcairo2 libcairo2-dev build-essential + ffmpeg libglfw3-dev libgles2-mesa-dev pkg-config libcairo2 libcairo2-dev build-essential libgoogle-perftools-dev && \ + apt-get clean RUN python -m pip install --upgrade pip wheel