diff --git a/hosts/uranus/jupyter-container.nix b/hosts/uranus/jupyter-container.nix index 4b875f1..95079a8 100644 --- a/hosts/uranus/jupyter-container.nix +++ b/hosts/uranus/jupyter-container.nix @@ -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" ];