mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 20:30:25 +08:00
Remove unused "AS" docker statement
This commit is contained in:
parent
2c859e9558
commit
b4dcbdfac7
@ -3,7 +3,7 @@
|
|||||||
# managers.
|
# managers.
|
||||||
|
|
||||||
# Use the recommended Python version 3.12, as specified in the README.
|
# 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
|
# Install cmake, which is an indirect installation dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends cmake
|
RUN apt-get update && apt-get install -y --no-install-recommends cmake
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user