Spaces:
Running
Running
gghfds
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
#!/bin/bash
|
2 |
-
|
3 |
-
|
4 |
-
conda
|
|
|
5 |
NOTEBOOK_DIR="/workspace"
|
6 |
|
7 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
|
|
1 |
#!/bin/bash
|
2 |
+
export HOME=/workspace
|
3 |
+
cd /workspace
|
4 |
+
/workspace/miniconda3/bin/conda init
|
5 |
+
source ~/.bashrc # or ~/.bash_profile
|
6 |
NOTEBOOK_DIR="/workspace"
|
7 |
|
8 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|