Sharing GPU with friends over the internet

Hello,

Me and my friends are deep learning researchers and we would like to share each other’s GPU resources with one another over the internet. I had the idea of creating a virtual machine on each of our computers then creating users with SSH keys so people can log in over SSH to run their experiments using SLURM.

I was wondering if this would be the best setup or would there be a better way of sharing GPU resources because I already have the PCIE passthrough setup but my friends do not.

you can open a port 22 on your firewall to a VM hosted on your machine and allow users to connect over the network. Of course don’t let your VM be on the same IP as your host, set it on a different subnet.

If security is a concern get a firewall and open an HAproxy behind a cloudflare domain.

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