Skip to content

Commit

Permalink
fix!: Commented chsh lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Oct 25, 2024
1 parent 3f5a511 commit 3dd5b51
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN sed -i 's/auth\s*sufficient\s*pam_shells.so/auth\s*required\s*pam_shells.so/

USER ${NB_UID}

RUN chsh -s /bin/zsh
# RUN chsh -s /bin/zsh

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/base-cuda12.2-cudnn8-py3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN sed -i 's/auth\s*sufficient\s*pam_shells.so/auth\s*required\s*pam_shells.so/

USER ${NB_UID}

RUN chsh -s /bin/zsh
# RUN chsh -s /bin/zsh

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/base-py3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \

# RUN chsh -s /bin/zsh

RUN chsh -s /bin/zsh ${NB_UID}
# RUN chsh -s /bin/zsh ${NB_UID}

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/base-py3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \

# RUN chsh -s /bin/zsh

RUN chsh -s /bin/zsh ${NB_UID}
# RUN chsh -s /bin/zsh ${NB_UID}

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/pth-cuda12.2-cudnn8-py3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV HOME="/home/${NB_USER}"

RUN chsh -s /bin/bash
# RUN chsh -s /bin/bash

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/pth-cuda12.2-cudnn8-py3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV HOME="/home/${NB_USER}"

RUN chsh -s /bin/bash
# RUN chsh -s /bin/bash

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/tf-cuda12.2-cudnn8-py3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV HOME="/home/${NB_USER}"

RUN chsh -s /bin/bash
# RUN chsh -s /bin/bash

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/tf-cuda12.2-cudnn8-py3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV HOME="/home/${NB_USER}"

RUN chsh -s /bin/bash
# RUN chsh -s /bin/bash

USER ${NB_UID}

Expand Down

0 comments on commit 3dd5b51

Please sign in to comment.