Update start_server.sh
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
@@ -3,7 +3,7 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
3 |
|
4 |
# Define directories
|
5 |
NOTEBOOK_DIR="/data"
|
6 |
-
ORIGINAL_NOTEBOOKS="/notebooks" # This is where notebooks are
|
7 |
|
8 |
echo "Starting notebook setup process..."
|
9 |
echo "Looking for notebooks in: $ORIGINAL_NOTEBOOKS"
|
|
|
3 |
|
4 |
# Define directories
|
5 |
NOTEBOOK_DIR="/data"
|
6 |
+
ORIGINAL_NOTEBOOKS="/home/user/app/notebooks" # This is the correct path where notebooks are located
|
7 |
|
8 |
echo "Starting notebook setup process..."
|
9 |
echo "Looking for notebooks in: $ORIGINAL_NOTEBOOKS"
|