Remove unused "AS" docker statement

This commit is contained in:
B. Bergeron 2025-10-20 20:09:47 -04:00
parent 7f209b855f
commit 32d2ece3fe
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925

View File

@ -3,7 +3,7 @@
# managers.
# Use the recommended Python version 3.12, as specified in the README.
FROM python:3.12.11-bookworm AS comfyui-base
FROM python:3.12.11-bookworm
# Install cmake, which is an indirect installation dependencies
RUN apt-get update && apt-get install -y --no-install-recommends cmake