We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc13b42 commit e70725eCopy full SHA for e70725e
infra/marin-cluster-template.yaml
@@ -65,6 +65,8 @@ docker:
65
66
67
initialization_commands:
68
+ # https://github.com/marin-community/marin/issues/3066
69
+ - sudo sysctl -w net.ipv4.ip_local_port_range="1024 65535"
70
- which docker || (curl -fsSL https://get.docker.com -o get-docker.sh; sudo sh get-docker.sh; sudo usermod -aG docker $USER; sudo systemctl restart docker -f)
71
- yes | gcloud auth configure-docker {{REGION}}-docker.pkg.dev
72
# always run this because ray doesn't run with sudo
0 commit comments