Skip to content

Commit

Permalink
chore: improve python deps installation in Dockerfile-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 10, 2024
1 parent 06b0bf3 commit 1925296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-docs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN apt-get update --allow-insecure-repositories && \
bc

# Install junifer in editable mode
RUN pip install -e .[docs,neurokit2]
RUN --mount=type=cache,target=/cache/pip \
PIP_CACHE_DIR=/cache/pip \
python -m pip install -e .[docs,neurokit2]

# Add xfms
COPY --from=ghcr.io/juaml/human-template-xfms:main /opt/xfms /root/junifer/data/xfms
Expand Down

0 comments on commit 1925296

Please sign in to comment.