File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments