File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
dh-image-quality-notebook
jh-image-quality-notebook Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ USER ${NB_UID}
1717RUN pip install viqa
1818RUN pip install jupyter_app_launcher
1919RUN pip install jupyterlab-git
20- RUN pip install pexpect>4.8 .0
20+ RUN pip install pexpect==4.9 .0
2121
2222COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2323COPY containers/config/jp_app_launcher/jp_app_launcher.yaml /usr/share/jupyter/jupyter_app_launcher/jp_app_launcher.yaml
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ USER ${NB_UID}
1717RUN pip install viqa
1818RUN pip install jupyter_app_launcher
1919RUN pip install jupyterlab-git
20- RUN pip install pexpect>4.8 .0
20+ RUN pip install pexpect==4.9 .0
2121
2222COPY notebooks /usr/share/jupyter/jupyter_app_launcher/notebooks
2323COPY containers/config/jp_app_launcher/jp_app_launcher.yaml /usr/share/jupyter/jupyter_app_launcher/jp_app_launcher.yaml
You can’t perform that action at this time.
0 commit comments