mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-14 16:20:50 +08:00
Remove unused "AS" docker statement
This commit is contained in:
parent
7f209b855f
commit
32d2ece3fe
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user