We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f4373 commit 17f50a3Copy full SHA for 17f50a3
brev/jupyter-start.bash
@@ -5,7 +5,7 @@
5
mkdir -p /accelerated-computing-hub/logs
6
7
# Set the preferred directory to the current working directory, which is set by Docker Compose.
8
-ARGS="--ServerApp.preferred_dir=${CWD}"
+ARGS="--ServerApp.preferred_dir=${PWD:-/}"
9
10
if [ -n "${1}" ]; then
11
ARGS="--LabApp.default_url=${1}"
0 commit comments