.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…
brew install flyctl && fly launch --from https://github.com/akitaonrails/framepack-docker-cuda
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akitaonrails/framepack-docker-cuda
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akitaonrails/framepack-docker-cuda