Hi,
I am trying to allow jovyan to be sudoer without password but I cannot find a configuration that works.
Here what I have tried:
container-cmd: ["start-notebook.sh", "--ServerApp.token=''", "--ServerApp.password=''", "--ServerApp.root_dir='/home/jovyan/work'", "--ServerApp.base_url=#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}", "--ServerApp.allow_root=True"]
container-image: jupyter/datascience-notebook:latest
container-volumes: ["/tmp/jupyter/#{proxy.userId}/work:/home/jovyan/work" , "/home/projects/databases/packages:/home/jovyan/packages"]
port: 8888
websocket-reconnection-mode: None
user: root
target-path: "#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}"
container-env:
CHOWN_HOME: yes
CHOWN_EXTRA_OPTS: -R
NB_USER: jovyan
GRANT_SUDO: yes
JUPYTER_ENABLE_LAB: yes
Thanks in advance for your help