diff --git a/AUTOMATIC1111/Dockerfile b/AUTOMATIC1111/Dockerfile index fb6cb9e..337f6ae 100644 --- a/AUTOMATIC1111/Dockerfile +++ b/AUTOMATIC1111/Dockerfile @@ -24,27 +24,25 @@ git reset --hard db6db585eb9ee48e7315e28603e18531dbc87067 pip install -U --prefer-binary --no-cache-dir -r requirements.txt EOF -# Note: don't update the sha of previous versions because the install will take forever -# instead, update the repo state in a later step -ARG SHA=e92d4cf7476f1897fce376916dfb40755ea7920f -RUN <