YanWenKun / ComfyUI-Docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://hub.docker.com/r/yanwk/comfyui-boot
Other
392 stars 81 forks source link

Use Python 3.10 for ROCM #30

Closed bashtoni closed 5 months ago

bashtoni commented 5 months ago

The Dockerfile builds all ROCM dependencies using Python 3.10, but then attempts to launch ComfyUI using the default Python 3.11.

This update sets python3 to point to Python 3.10.

YanWenKun commented 5 months ago

Thank you! 👍

YanWenKun commented 5 months ago

Found out this was caused by CMake, which requires Python3.11.

I'm adding update-alternatives to all Dockerfiles.

Cheers