We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
--ServerApp.terminado_settings="shell_command=/bin/bash"
--ServerApp.token=""
Use docker compose up --build jupyterlab and see if the edits work.
docker compose up --build jupyterlab
The text was updated successfully, but these errors were encountered:
jlubken
GrayEye
No branches or pull requests
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.
--ServerApp.terminado_settings="shell_command=/bin/bash"
--ServerApp.token=""
Use
docker compose up --build jupyterlab
and see if the edits work.The text was updated successfully, but these errors were encountered: