Skip to content

Commit

Permalink
Merge pull request #1286 from usegalaxy-eu/jupyter
Browse files Browse the repository at this point in the history
make new jupyter notebook work
  • Loading branch information
bgruening authored Jul 30, 2024
2 parents 091d6d1 + 310dd94 commit 353a650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/galaxy/tpv/interactive_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ tools:
interactive_tool_jupyter_notebook:
inherits: interactive_tool
mem: 4
params:
# needed for > quay.io/bgruening/docker-jupyter-notebook:24.07, this image starts as root but drops privileges
docker_run_extra_arguments: "-e NB_UID=999"
env:
HOME: /home/jovyan

Expand Down

0 comments on commit 353a650

Please sign in to comment.