Spaces:
Paused
Really cool app ❤️ + Docker build question
Really cool app, thanks for sharing!
Quick question, out of curiosity (disclaimer: i'm not a Docker expert), i see you spawn the Space from your ghcr docker image, did you consider building the image i.e. pushing your https://github.com/nsarrazin/serge/blob/main/Dockerfile Dockerfile to the Space directly?
That was my first choice as well, but then I would have to keep pushing new changes from github to this repo to keep them in sync.
I think the best way forward will be to setup a github action to automatically push changes from the main branch of github to the HF space. This will have the added benefit of rebuilding the space with each push so it's always up to date!
yes or just add two git remotes (one to GH and the other to HF)
and alias git push to push to both:)