Skip to content

Commit e667ee5

Browse files
committed
chore: bump pexpect version to >4.8.0 for docker images to fix jupyterlab-git
1 parent 73f3c54 commit e667ee5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

containers/dh-image-quality-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ USER ${NB_UID}
1717
RUN pip install viqa
1818
RUN pip install jupyter_app_launcher
1919
RUN pip install jupyterlab-git
20+
RUN pip install pexpect>4.8.0
2021

2122
COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2223
COPY containers/config/jp_app_launcher/jp_app_launcher.yaml /usr/share/jupyter/jupyter_app_launcher/jp_app_launcher.yaml

containers/jh-image-quality-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ USER ${NB_UID}
1717
RUN pip install viqa
1818
RUN pip install jupyter_app_launcher
1919
RUN pip install jupyterlab-git
20+
RUN pip install pexpect>4.8.0
2021

2122
COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2223
COPY containers/config/jp_app_launcher/jp_app_launcher.yaml /usr/share/jupyter/jupyter_app_launcher/jp_app_launcher.yaml

0 commit comments

Comments
 (0)