-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,16 @@ | ||
ARG mne_python_v=main | ||
ARG mne_python_v=latest | ||
ARG nilearn_v=main | ||
ARG mne_bids_v=main | ||
ARG mne_nirs_v=main | ||
|
||
FROM ghcr.io/mne-tools/mne-python-plot:${mne_python_v} | ||
|
||
ARG nilearn_v | ||
ARG mne_bids_v | ||
ARG mne_nirs_v | ||
|
||
USER root | ||
USER mne_user | ||
WORKDIR $HOME_DIR | ||
|
||
RUN apt-get update && apt-get install -y --no-install-recommends git | ||
RUN pip install statsmodels dabest fooof h5io | ||
RUN pip install git+https://github.com/nilearn/nilearn.git@${nilearn_v} | ||
RUN pip install git+https://github.com/mne-tools/mne-bids.git@${mne_bids_v} | ||
RUN pip install git+https://github.com/mne-tools/mne-nirs.git@${mne_nirs_v} | ||
|
||
# Copy examples | ||
COPY ./ /home/mne_user/ | ||
|
||
USER $MNE_USER | ||
WORKDIR $HOME_DIR | ||
|
||
ENTRYPOINT ["tini", "-g", "--", "/usr/bin/prepare.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,4 @@ seaborn | |
fooof | ||
snirf | ||
statsmodels | ||
dabest | ||
mne-qt-browser |