Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also map port 8080, otherwise the RunPod File Uploader will fail #6

Open
chudaozhe opened this issue Mar 8, 2024 · 0 comments
Open

Comments

@chudaozhe
Copy link

20240308113411

What to do:

docker run -d \
  --gpus all \
  -v /workspace \
  -p 3000:3001 \
  -p 8888:8888 \
  -p 2999:2999 \
  -p 8080:8080 \
  -e VENV_PATH="/workspace/venvs/facefusion" \
  ashleykza/facefusion:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant