Fly Machine Create, Run, SSH - or is everything a Dockerized app?

Continuing the discussion from how to use Machines as a standard disposable VM:

I want to be able to do this as well. More specifically, I want to install Torchserve, for example, along with the rest of this Animated Drawings code:

Animated Drawings code

Am I barking up the wrong tree?

That Animated Drawings repository has an example for headless rendering, I would expect that to be possible in a Fly machine. In your Dockerfile you would need to include installing any necessary prerequisites (like torchserve). You could also attach a volume to have persistant disk.

Yes, thanks for the reassurance. I’ll give it a go.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.