Skip to content

Commit

Permalink
Merge pull request #4 from chadly/typofix
Browse files Browse the repository at this point in the history
🐛 fix: typo for python3 exe name
  • Loading branch information
YanWenKun authored Oct 3, 2023
2 parents 9ba0a4a + 3448bdd commit d1f3e23
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 d1f3e23

Please sign in to comment.