Use /notebooks and /data
This commit is contained in:
parent
b7be763eb8
commit
c3d40ceaab
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user