Skip to content

Commit

Permalink
🐛 fix: typo for python3 exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Jul 31, 2023
1 parent 9ba0a4a commit 3448bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ echo "########################################"

cd /home/runner/ComfyUI

python3 main.py --listen --port 8188 ${CLI_ARGS}
python3.10 main.py --listen --port 8188 ${CLI_ARGS}

0 comments on commit 3448bdd

Please sign in to comment.