GitDeployHub

akitaonrails/framepack-docker-cuda

github.com/akitaonrails/framepack-docker-cuda ↗
Docker
4 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • UID User/Group IDs defaults to 1000 (first user on most Linux systems) On Windows, these can remain at 1000
  • GID
  • MAX_JOBS Build parallelism control (adjust based on available RAM) 4 jobs = ~16GB RAM, 8 jobs = ~32GB RAM, 64 jobs = ~500GB RAM
  • HF_MODELS_PATH Path to store HuggingFace models (can be shared between containers) Use absolute path for sharing between projects, or relative path for…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/akitaonrails/framepack-docker-cuda
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akitaonrails/framepack-docker-cuda
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akitaonrails/framepack-docker-cuda
Or deploy to a different host
← Try another repo