Skip to content

Commit 32d2ece

Browse files
committed
Remove unused "AS" docker statement
1 parent 7f209b8 commit 32d2ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# managers.
44

55
# Use the recommended Python version 3.12, as specified in the README.
6-
FROM python:3.12.11-bookworm AS comfyui-base
6+
FROM python:3.12.11-bookworm
77

88
# Install cmake, which is an indirect installation dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends cmake

0 commit comments

Comments
 (0)