Skip to content

Commit baef62e

Browse files
authored
Update README.md
1 parent 103cb98 commit baef62e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@ The conda environment gets mounted into the container - like that there's no nee
3030

3131
```bash
3232
git clone [email protected]:grst/rstudio-server-conda.git
33+
cd rstudio-server-conda/singularity
3334
```
3435

3536
2. Activate the target conda env or set the environment variable `CONDA_PREFIX`
3637
to point to the location of the conda env.
38+
39+
3. Check the `run_singularity.sh` script. In particular, you may need to add additional bind mounts
40+
(e.g. a global data directory).
3741

3842
3. Execute the `run_singularity.sh` script. It will automatically build the container if it is not available.
3943

40-
```bash
41-
cd rstudio-server-conda/singularity
44+
```bash
4245
PORT=8787 PASSWORD=notsafe ./run_singularity.sh
4346
```
4447

0 commit comments

Comments
 (0)