Julian Bilcke
commited on
Commit
·
dc43c07
1
Parent(s):
5e55aae
small update for default path
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
| 3 |
|
| 4 |
-
NOTEBOOK_DIR="/data"
|
| 5 |
|
| 6 |
# Set up NVIDIA EGL library links at runtime (in case they're mounted differently)
|
| 7 |
echo "🔗 Setting up NVIDIA EGL library links..."
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
| 3 |
|
| 4 |
+
NOTEBOOK_DIR="/data/workspaces"
|
| 5 |
|
| 6 |
# Set up NVIDIA EGL library links at runtime (in case they're mounted differently)
|
| 7 |
echo "🔗 Setting up NVIDIA EGL library links..."
|