mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 13:20:19 +08:00
Pin base image version to 3.12.12-trixie + document version choice
This commit is contained in:
parent
b4dcbdfac7
commit
6c9110564b
10
Dockerfile
10
Dockerfile
@ -2,8 +2,14 @@
|
|||||||
# acceleration, file ownership synchronization, custom nodes, and custom node
|
# acceleration, file ownership synchronization, custom nodes, and custom node
|
||||||
# managers.
|
# managers.
|
||||||
|
|
||||||
# Use the recommended Python version 3.12, as specified in the README.
|
# While Python 3.13 is well supported by ComfyUI, some older custom node packs
|
||||||
FROM python:3.12.11-bookworm
|
# may not work correctly with this version, which is why we're staying on Python
|
||||||
|
# 3.12 for now.
|
||||||
|
#
|
||||||
|
# Users are free to try different base Python image tags (e.g., 3.13, alpine,
|
||||||
|
# *-slim), but for maintainability, only one base version is officially
|
||||||
|
# supported at a time.
|
||||||
|
FROM python:3.12.12-trixie
|
||||||
|
|
||||||
# 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