Use /notebooks and /data

This commit is contained in:
Paul Brinkmeier 2023-03-01 03:46:12 +01:00
parent b7be763eb8
commit c3d40ceaab

View File

@ -35,15 +35,16 @@ in
};
in
pkgs.dockerTools.buildImage {
name = "ihaskell-docker";
tag = "1.0";
name = "pbri/jup";
tag = "1.1";
contents = [
pkgsLinux.graphviz
];
config = {
Env = [ "HOME=/data"];
Cmd = [
"${jupyterEnv}/bin/jupyter-lab"
"--notebook-dir=/Notebooks"
"--notebook-dir=/notebooks"
"--ip=0.0.0.0"
"--no-browser"
# No authentication, has to be handled by reverse proxy!