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
1 changed files with 1 additions and 1 deletions

View File

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