From 78ebf55fb57127849f3e5bc7f0f85f9c384d53fb Mon Sep 17 00:00:00 2001 From: Gabriele Oliaro Date: Mon, 24 Feb 2025 01:43:30 -0500 Subject: [PATCH] Update run.sh --- docker/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run.sh b/docker/run.sh index 9feb4522a..72bc708db 100755 --- a/docker/run.sh +++ b/docker/run.sh @@ -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