lima4658

Results 3 comments of lima4658

Using a login shell could also be a solution. Needed modifications in Dockerfile: All notebooks: - SHELL ["/bin/bash", "-o", "pipefail", **"-l"**, "-c"] Base notebook only: - CMD [**"/bin/bash", "-l"**, "start-notebook.sh"]...

PyPy migration on conda-forge works fine. For building a pypy based scipy-notebook you have to change two lines in the base-notebook Dockerfile: ARG miniforge_python="Mambaforge-**pypy3**" and the ARG miniforge_checksum= No futher...

@mathbunnyru I build only base-notebook, minimal-notebook and scipy-notebook. As mentioned only minimal modifications in the base-notebook Dockerfile were needed. Maybe in the next days I have time to build the...