Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 06fc6a6

Browse files
Update run.sh
1 parent a18d9c8 commit 06fc6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939

4040
printf "⚠️ setting proxy vars..."
41-
cat $HOME/.local/share/jupyter/kernels/aicentre/kernel.json | jq -r --arg http_proxy "$http_proxy" --arg https_proxy "$https_proxy" '.env += {"http_proxy": $http_proxy, "https_proxy": $https_proxy}' > $HOME/.local/share/jupyter/kernels/aicentre/kernel.json
41+
cat $HOME/.local/share/jupyter/kernels/aicentre/kernel.json | jq -r --arg http_proxy "$http_proxy" --arg https_proxy "$https_proxy" '.env += {"http_proxy": $http_proxy, "https_proxy": $https_proxy}'
4242

4343

4444
printf "👷 Starting jupyterlab in background..."

0 commit comments

Comments
 (0)