This commit is contained in:
oxapentane - 2023-05-30 16:42:24 +02:00
parent d504ed886f
commit 20cb012592
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -20,7 +20,7 @@ pkgs.dockerTools.buildImage {
config = { config = {
WorkingDir = "/workdir"; WorkingDir = "/workdir";
run = '' run = ''
/bin/bash conda install ${packages} \ conda install ${packages} \
jupyterlab jupyterlab
''; '';
Cmd = [ "jupyter-lab" "--ip=0.0.0.0" "--port=8080" "--no-browser" "--allow-root" ]; Cmd = [ "jupyter-lab" "--ip=0.0.0.0" "--port=8080" "--no-browser" "--allow-root" ];