Getting `critical libmamba Could not solve for environment specs` error when run docker compose build
I am using MacOS in m1 chip
Im having the same issue on windows
I notice that the python version of the comfyui env is 3.12
I ran this command to see the python version on the layer0 common.sh
and it returns python 3.12.0
I think that It should be 3.10
@Daggle24 You're absolutely right. The compose file is referencing ghcr.io/ai-dock/jupyter-pytorch:latest-cuda - This was fine until recently when I updated the PyTorch images
Please try rebuilding with the base image set to ghcr.io/ai-dock/jupyter-pytorch:2.1.1-py3.10-cuda-11.8.0-base-22.04 or ghcr.io/ai-dock/jupyter-pytorch:2.1.1-py3.10-cuda-12.1.0-base-22.04
I'll push a sensible default soon (also need to fix xformers)
Sorry I've not been quicker to sort this - I've been away for the last few days
I have changed the IMAGE_BASE accordingly but now when I deploy the outputted image to runpod, the application does not start. Can you please take a look at the issue below?
https://github.com/ai-dock/comfyui/issues/16