Skip to content

Commit

Permalink
remove retry
Browse files Browse the repository at this point in the history
  • Loading branch information
yika-luo committed Nov 4, 2024
1 parent 22b1742 commit 38a2217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/templates/aws-ray.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ setup_commands:
{%- if docker_image is none %}
sudo grep -e '^DefaultTasksMax' /etc/systemd/system.conf || (sudo bash -c 'echo "DefaultTasksMax=infinity" >> /etc/systemd/system.conf'); sudo systemctl set-property user-$(id -u $(whoami)).slice TasksMax=infinity; sudo systemctl daemon-reload;
{%- endif %}
sudo apt install retry;
mkdir -p ~/.ssh; (grep -Pzo -q "Host \*\n StrictHostKeyChecking no" ~/.ssh/config) || printf "Host *\n StrictHostKeyChecking no\n" >> ~/.ssh/config;
[ -f /etc/fuse.conf ] && sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf || (sudo sh -c 'echo "user_allow_other" > /etc/fuse.conf'); # This is needed for `-o allow_other` option for `goofys`;

Expand Down

0 comments on commit 38a2217

Please sign in to comment.