Nate Coraor
Nate Coraor
I added some unit tests, I am a little iffy on adding to the integration tests since they are a good bit slower and our tests are already slow enough....
> It'd seem significantly cleaner if this was just a separate command you can launch. I just assumed we'd want things done similar to how everything else is done but...
Without auto_init I think a lot of the other changes aren't worth keeping, @mvdbeek did you have any specific thoughts on what was good? i.e. that's sort of the whole...
The 403s seem to be deliberate blocks of GHA, as such I am not sure how to proceed.
Thank you @bernt-matthias and @bgruening!
I just realized maybe we prefer to update the 1.0.0 tool instead since it is functionally the same (and the functional difference is why I assume 0.3 and 1.0.0 were...
@bgruening correct me if I'm wrong, but the upstream Jupyter/Julia image on which it's based starts as root and drops privileges to `$NB_UID`. If unset then jupyter runs as `jovyan`...
Building fully custom images? That is a lot of work to keep updated since we can't just build off the already maintained upstream images.
That might work depending on the deployment, but not for root-squashed filesystems, and would make cleanup more difficult.
You are root unless you 1. pass `--user` or 2. the container's `CMD` or `ENTRYPOINT` do something to change users, which is not uncommon among containers that run fairly complex...