diff --git a/comfyui-cuda-dockerfile b/comfyui-cuda-dockerfile index f2cfbd9..d33d342 100644 --- a/comfyui-cuda-dockerfile +++ b/comfyui-cuda-dockerfile @@ -10,7 +10,7 @@ ENV BUILD_SOX=1 # Install system packages to build torchaudio RUN apt update && \ - apt upgrade && \ + apt upgrade -y && \ apt install -y \ libavformat-dev \ libavcodec-dev \