From 86ecc89598a0cd3c870486b803a2c844df874a54 Mon Sep 17 00:00:00 2001 From: antoniochavesgarcia Date: Thu, 27 Jun 2024 11:22:17 +0200 Subject: [PATCH] fix (JupyterHub): zsh removed "-c pipeline" --- jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile | 2 +- jupyterhub/base-py3.11/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile b/jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile index 687af53..70d94da 100644 --- a/jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile +++ b/jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile @@ -97,7 +97,7 @@ USER ${NB_UID} RUN chsh -s /bin/zsh -SHELL ["/bin/zsh", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN <> ~/.bashrc diff --git a/jupyterhub/base-py3.11/Dockerfile b/jupyterhub/base-py3.11/Dockerfile index c4ffdc8..8216d07 100644 --- a/jupyterhub/base-py3.11/Dockerfile +++ b/jupyterhub/base-py3.11/Dockerfile @@ -97,7 +97,7 @@ USER ${NB_UID} RUN chsh -s /bin/zsh -SHELL ["/bin/zsh", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN <> ~/.bashrc