pip install needed #720
gloatoriginal
started this conversation in
General
Replies: 1 comment
-
In docker desktop you can go to the exec tab and type out your pip commands. Alternatively, you can create a file /data/config/comfy/startup.sh and write the commands you wanted to execute above the line starting comfy (you can also add startup flags here). Here's mine: This works because the author adds whatever you put in this file to the ROOT of execution in entrypoint.sh and it seems to execute before the dockerfile instructions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I went through the base setup instructions on the wiki and ran into an issue where inside the container it could not find the right version or it at all 'typing-extensions'
Underneath this value that I have I hope highlighted I put in the following command which succeeded in building:
pip install typing-extensions --upgrade
Edit: Adding link for reference:
https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/services/AUTOMATIC1111/Dockerfile#L34
Beta Was this translation helpful? Give feedback.
All reactions