Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to jupyterlab docker CMD #6

Open
jlubken opened this issue Dec 30, 2022 · 0 comments
Open

Add options to jupyterlab docker CMD #6

jlubken opened this issue Dec 30, 2022 · 0 comments
Assignees
Labels
product: software-engineering Product Software Engineering

Comments

@jlubken
Copy link
Member

jlubken commented Dec 30, 2022

Jupyterlab terminal is tini. Override using a dockerfile CMD options for /bin/bash.

See the ServerApp options

Figure out why the CMD breaks. Likely a quoting/array issue with the dockerfile CMD.

  1. Invoke bash instead of tini shell when using embedded jupyterlab terminal application:

--ServerApp.terminado_settings="shell_command=/bin/bash"

  1. Blank security token without having to write a config file:

--ServerApp.token=""

Use docker compose up --build jupyterlab and see if the edits work.

@jlubken jlubken added the product: software-engineering Product Software Engineering label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: software-engineering Product Software Engineering
Projects
None yet
Development

No branches or pull requests

2 participants