-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
You could give
glcr.b-data.ch/jupyterlab/r/geospatial
a try, i.e.podman run --rm \ -p 8888:8888 \ glcr.b-data.ch/jupyterlab/r/geospatial
This just gives me: Error: OCI runtime error: crun: cannot setresgid to `100`: Invalid argument
podman run --rm \ -p 8888:8888 \ -u root \ -e NB_USER=root \ -e NB_UID=0 \ -e NB_GID=0 \ -e NOTEBOOK_ARGS="--allow-root" \ glcr.b-data.ch/jupyterlab/r/geospatial
This seems to do much more:
Entered start.sh with args: start-notebook.sh
Running hooks in: /usr/local/bin/start-notebook.d as uid: 0 gid: 0
Sourcing shell script: /usr/local/bin/start-notebook.d/10-populate.sh
Done running hooks in: /usr/local/bin/start-notebook.d
Updated the jovyan user:
- username: jovyan -> root
- home dir: /home/jovyan -> /home/root
Attempting to copy /home/jovyan to /home/root...
Success!
Changing working directory to /home/root/
Running hooks in: /usr/local/bin/before-notebook.d as uid: 0 gid: 0
Sourcing shell script: /usr/local/bin/before-notebook.d/10-env.sh
Sourcing shell script: /usr/local/bin/before-notebook.d/11-home.sh
But there is an error in the "end": runuser: cannot set groups: Operation not permitted
Originally posted by @bernt-matthias in rocker-org/rocker-versioned2#838 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working