Skip to content

Commit c0ec91d

Browse files
committed
chore: bump pexpect to 4.9.0 in Docker images
fix image prefix in Docker build action
1 parent 7a625ff commit c0ec91d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_push_docker_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
description: This is a custom image for volumetric image quality assessment in daskhub.
3434
source: https://github.com/3dct/vIQA/tree/main/containers/dh-image-quality-notebook/Dockerfile
3535
documentation: https://github.com/3dct/vIQA/tree/main/containers/dh-image-quality-notebook/README.md
36-
prefix: dh
36+
prefix: dh-
3737
- dockerfile: ./containers/jh-image-quality-notebook/Dockerfile
3838
title: volumetric Image Quality Assessment Notebook - JupyterHub
3939
description: This is a custom image for volumetric image quality assessment in jupyterhub.
4040
source: https://github.com/3dct/vIQA/tree/main/containers/jh-image-quality-notebook/Dockerfile
4141
documentation: https://github.com/3dct/vIQA/tree/main/containers/jh-image-quality-notebook/README.md
42-
prefix: jh
42+
prefix: jh-
4343

4444
permissions:
4545
contents: read

containers/dh-image-quality-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
RUN pip install pexpect==4.9.0
2121

2222
COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2323
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
RUN pip install pexpect==4.9.0
2121

2222
COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2323
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)