Skip to content
Snippets Groups Projects
Commit ac24b3c8 authored by Peng Lian's avatar Peng Lian
Browse files

Update run script

parent ad750473
No related merge requests found
......@@ -64,6 +64,8 @@ for lib in $VIZAPP_LIBS; do
R -e "if (!require('$lib', character.only=TRUE)) {install.packages('$lib', dependencies=TRUE, lib='$R_LIBS_USER')}"
done
echo -e "\nPlease visit http://localhost:8787 to connect to the RStudio server ...\n"
# run vizapp on localhost
SINGULARITYENV_R_LIBS_USER=${R_LIBS_USER} \
SINGULARITYENV_DISABLE_AUTH=$DISABLE_AUTH \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment