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

Commit 7bac87d

Browse files
Update run.sh
1 parent 9f91d70 commit 7bac87d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jupyterlab/run.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ fi
3737

3838

3939
printf "☢️ unsetting proxy vars..."
40-
unset http_proxy
41-
unset https_proxy
42-
unset HTTP_PROXY
43-
unset HTTPS_PROXY
40+
export http_proxy=http://$http_proxy
41+
export https_proxy=http://$https_proxy
4442

4543
printf "👷 Starting jupyterlab in background..."
4644
printf "check logs at ${LOG_PATH}"

0 commit comments

Comments
 (0)