Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run jupyter-lab through singularity or docker #204

Open
jfleroux opened this issue Oct 4, 2023 · 0 comments
Open

run jupyter-lab through singularity or docker #204

jfleroux opened this issue Oct 4, 2023 · 0 comments

Comments

@jfleroux
Copy link

jfleroux commented Oct 4, 2023

We use Singularity containers with conda env inside to launch jupyter-lab on HPC to get rid of system issues.
the line written in the script should be configurable :
source activate conda_env && jupyter lab --no-browser --ip=$(hostname -f)
to something like that
singularity exec conda_env.sif jupyter-lab

Or use a template file to be more generic ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant