ha9u63a7
ha9u63a7
As a follow up - output of the `jupyter troubleshoot` command `WARNING: There was an error checking the latest version of pip. $PATH: /opt/conda/bin /opt/conda/condabin /opt/conda/bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin...
@3coins Hi there! Yes I have tried today again, using `--shm-size=2g` and it still failed with it. I agree that my `pip list` output is longer than others, but it...
@krassowski Good Point (Still doesn't explain how it worked in Windows Host). Below are the outputs of `pip list` from both 3.4.3 and 3.4.4 (all spark notebook) It still fails...
@krassowski I am slightly confused, are you asking me to uninstall each of these packages (or, revert it), build and deploy the docker, and see where it fails? I also...
Here is another observation I bashed into the docker container. and executed `python -c ` with the code I found on line 67 of `security.py` in jupyter_server module. Everything is...
@kevin-bates Hi - Got the same error with your prescribed time, memory, parallelism parameters. Btw - didn't see this when I built the same docker image on Windows, for whatever...
> @manmedia - thanks for checking with the current defaults. > > > > but I notice that when checking passwords [we use the defaults](https://github.com/jupyter-server/jupyter_server/blob/0fd422c212d62b3e5c9cc7c3af3335bb79e130e2/jupyter_server/auth/security.py#L110). > > > I don't...
@krassowski as I have originally suspected. Reverting or unpinning all those versions one by one didn't do anything. And here were the steps, 1. Started with `all-spark-notebook:3.4.4` as base image...
@krassowski @kevin-bates JFYI - I have fixed this issue for now, but I suspect this is not desirable for everyone 1. We upgraded our Docker Host OS to Rocky 8...
@kevin-bates I believe this is not related to Host OS - but more likely for Docker Version. My concern is that we have got a docker image tested/released under different...