Gabriel
Running sshuttle in my pod
@Papa Madiator yeah I had to give up on runpod as I need net_admin and sys_module capabilities.
for reference here's how I start my docker on LambdaLabs:
docker run -it --cap-add net_admin --cap-add sys_module --network host --gpus all rayproject/ray:2.9.0-py310-cu117
Any plans on allowing this on runpod?11 replies