You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to allow all stacks with jupyter installed to be activated with cjr jupyter:start, the entrypoint for the job started jupyter:star should be set to "[/bin/sh","-c"].
The text was updated successfully, but these errors were encountered:
entrypoint options was added as a comment in #2dd02294296f96a76d23be71f0e644ca638c6d17. However podman and docker accept different formats for --entrypoint command and docker will break if the line is actived. Once issue #46 is resolved, then these lines can be uncommented and this issue can be closed.
This should be added as an additional flag for the jupyter command (i.e. --override-entrypoint) since this default behavior would be undesirable for stacks with specially constructed entrypoints.
In order to allow all stacks with jupyter installed to be activated with
cjr jupyter:start
, the entrypoint for the job started jupyter:star should be set to "[/bin/sh","-c"].The text was updated successfully, but these errors were encountered: