File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,19 @@ This section describes how to develop and use the dashboard locally.
2828
2929### Prepare the conda environment
3030
31- 1 . Activate the conda environment ` base ` :
31+ 1 . Move to the [ dashboard/] ( ./ ) directory.
32+
33+ 2 . Activate the conda environment ` base ` :
3234``` bash
3335conda activate base
3436```
3537
36- 2 . Install ` conda-lock ` if not installed yet:
38+ 3 . Install ` conda-lock ` if not installed yet:
3739``` bash
3840conda install -c conda-forge conda-lock # if conda-lock is not installed
3941```
4042
41- 3 . Create the conda environment ` synapse-gui ` :
43+ 4 . Create the conda environment ` synapse-gui ` :
4244``` bash
4345conda-lock install --name synapse-gui environment-lock.yml
4446```
Original file line number Diff line number Diff line change @@ -30,17 +30,19 @@ This section describes how to train ML models locally.
3030
3131### Prepare the conda environment
3232
33- 1 . Activate the conda environment ` base ` :
33+ 1 . Move to the [ ml/] ( ./ ) directory.
34+
35+ 2 . Activate the conda environment ` base ` :
3436 ``` bash
3537 conda activate base
3638 ```
3739
38- 2 . Install ` conda-lock ` if not installed yet:
40+ 3 . Install ` conda-lock ` if not installed yet:
3941 ``` bash
4042 conda install -c conda-forge conda-lock
4143 ```
4244
43- 3 . Create the conda environment ` synapse-ml ` :
45+ 4 . Create the conda environment ` synapse-ml ` :
4446 ``` bash
4547 conda-lock install --name synapse-ml environment-lock.yml
4648 ```
@@ -81,18 +83,20 @@ This section describes how to train ML models at NERSC.
8183
8284### Prepare the conda environment
8385
84- 1 . Activate your own user base conda environment:
86+ 1 . Move to the [ ml/] ( ./ ) directory.
87+
88+ 2 . Activate your own user base conda environment:
8589 ``` bash
8690 module load python
8791 conda activate < your_base_env>
8892 ```
8993
90- 2 . Install ` conda-lock ` if not installed yet:
94+ 3 . Install ` conda-lock ` if not installed yet:
9195 ``` bash
9296 conda install -c conda-forge conda-lock
9397 ```
9498
95- 3 . Create the conda environment ` synapse-ml ` :
99+ 4 . Create the conda environment ` synapse-ml ` :
96100 ``` bash
97101 conda-lock install --name synapse-ml environment-lock.yml
98102 ```
You can’t perform that action at this time.
0 commit comments