gghfds commited on
Commit
8a4795b
·
verified ·
1 Parent(s): bd57234

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
- chmod +x /root/miniconda3/etc/profile.d/conda.sh
3
- source /root/miniconda3/etc/profile.d/conda.sh
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