Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro authored Feb 24, 2025
1 parent 19b8540 commit 78ebf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if [ -f "$hf_token_path" ]; then
fi

ssh_key_volume=""
ssh_key_path="~/.ssh/id_rsa"
ssh_key_path="$HOME/.ssh/id_rsa"
if [ -f "$ssh_key_path" ] && [ -f "$ssh_key_path.pub" ]; then
ssh_key_volume="-v $ssh_key_path:/root/.ssh/id_rsa -v $ssh_key_path.pub:/root/.ssh/id_rsa.pub"
fi
Expand Down

0 comments on commit 78ebf55

Please sign in to comment.