Thanks for Making Docker Templates!

#2
by awacke1 - opened

I appreciate that you are creating and sharing Docker templates. I think Docker is fundamentally a difficult thing to learn and get started but really powerful.

While I created a few it is still difficult for me.

The choice of docker files, base containers etc involves some trade off decisions and requires thinking ahead a bit on what platforms, kits and packages to start off with.

For example I have a great map example which uses Node.js which allows you to render giant 3d maps using google maps and the Three.js javascript library. I use Spaces as my goto to prove quick concepts but often debug locally in VSCode. I refactor on my HF copy, then post there to share and teach others. Here is the one I'm doing next which I was considering building in multiple parts then using embedding to bring them together: https://huggingface.co/spaces/awacke1/Google-Maps-Web-Service-Py.

The docker part and managing secure secrets I think is something that will eventually be much easier, only on the HuggingFace platform.

I'm a big fan and really appreciate these examples. Kudos!

--Aaron

thanks @awacke1 for the feedback

thank you for making this. I appreciate that even though it is one year later now.

Sign up or log in to comment