Skip to content

Commit

Permalink
JHP-76: Remove the jupyterlab build step, having issues with GH build…
Browse files Browse the repository at this point in the history
… action on this step.
  • Loading branch information
andylassiter committed Jul 23, 2024
1 parent 3eda866 commit f4a6ee7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dockerfiles/xnat-datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ USER ${NB_UID}
COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/

RUN python3 -m pip install --requirement /tmp/requirements.txt && \
jupyter lab build --minimize=False && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" && \
rm /tmp/requirements.txt
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/xnat-tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ USER ${NB_UID}
COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/

RUN python3 -m pip install --requirement /tmp/requirements.txt && \
jupyter lab build --minimize=False && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" && \
rm /tmp/requirements.txt
Expand Down

0 comments on commit f4a6ee7

Please sign in to comment.