Skip to content

Commit

Permalink
user specific notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Dec 8, 2024
1 parent bc80a94 commit 13419b7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/galaxy/tpv/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,20 @@ users:
[email protected]:
[email protected]:
[email protected]:
[email protected]:
rules:
- if: 'interactive_tool_jupyter_notebook' in tool.id

Check failure on line 8 in files/galaxy/tpv/users.yml

View workflow job for this annotation

GitHub Actions / Lint

8:49 syntax error: expected <block end>, but found '<scalar>' (syntax)
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 13419b7

Please sign in to comment.