Spaces:
Running
Running
gghfds
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
-
chmod +x /
|
3 |
-
source /
|
4 |
conda activate base
|
5 |
NOTEBOOK_DIR="/workspace"
|
6 |
|
|
|
1 |
#!/bin/bash
|
2 |
+
chmod +x /workspace/miniconda3/etc/profile.d/conda.sh
|
3 |
+
source /workspace/miniconda3/etc/profile.d/conda.sh
|
4 |
conda activate base
|
5 |
NOTEBOOK_DIR="/workspace"
|
6 |
|