Use /notebooks and /data
This commit is contained in:
parent
b7be763eb8
commit
c3d40ceaab
@ -35,15 +35,16 @@ in
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = "ihaskell-docker";
|
name = "pbri/jup";
|
||||||
tag = "1.0";
|
tag = "1.1";
|
||||||
contents = [
|
contents = [
|
||||||
pkgsLinux.graphviz
|
pkgsLinux.graphviz
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
|
Env = [ "HOME=/data"];
|
||||||
Cmd = [
|
Cmd = [
|
||||||
"${jupyterEnv}/bin/jupyter-lab"
|
"${jupyterEnv}/bin/jupyter-lab"
|
||||||
"--notebook-dir=/Notebooks"
|
"--notebook-dir=/notebooks"
|
||||||
"--ip=0.0.0.0"
|
"--ip=0.0.0.0"
|
||||||
"--no-browser"
|
"--no-browser"
|
||||||
# No authentication, has to be handled by reverse proxy!
|
# No authentication, has to be handled by reverse proxy!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user