Skip to content

Commit

Permalink
Merge pull request #1370 from usegalaxy-eu/user-specific-jupyter-roles
Browse files Browse the repository at this point in the history
user specific notebooks
  • Loading branch information
bgruening authored Dec 8, 2024
2 parents bc80a94 + 7d7ef66 commit 717e6a6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions files/galaxy/tpv/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,29 @@
users:
[email protected]:
[email protected]:
rules:
- id: user-specific-notebook
if: |
'interactive_tool_jupyter_notebook' in tool.id
cores: 1
mem: 15
[email protected]:
[email protected]:
rules:
- id: user-specific-notebook
if: |
'interactive_tool_jupyter_notebook' in tool.id
cores: 1
mem: 15
params:
docker_volumes: $defaults
container_monitor_result: callback
submit_requirements: 'GalaxyDockerHack == True' # && GalaxyGroup == "interactive"'
# 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"
scheduling:
require:
- docker
- interactive
env:
HOME: /home/jovyan

0 comments on commit 717e6a6

Please sign in to comment.