Skip to content

Commit

Permalink
Install datalad-installer using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnarayanan committed Dec 6, 2024
1 parent b1ada78 commit f1245b0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,15 @@ COPY config/firefox/syspref.js /etc/firefox/syspref.js

USER ${NB_USER}

# Install conda packages, datalad, git-annex, datalad-container, datalad-osf, osfclient and ipyniivue to the conda environment
RUN conda install -c conda-forge nb_conda_kernels datalad-installer \
# Install conda packages
RUN conda install -c conda-forge nb_conda_kernels \
&& conda clean --all -f -y \
&& conda config --system --prepend envs_dirs '~/conda-environments' \
&& datalad-installer datalad \
&& /opt/conda/bin/pip install nipype matplotlib datalad-container datalad-osf osfclient ipyniivue \
&& rm -rf /home/${NB_USER}/.cache
RUN conda config --system --prepend envs_dirs '~/conda-environments'

# Add datalad-container datalad-osf osfclient ipyniivue to the conda environment
RUN /opt/conda/bin/pip install datalad-installer nipype matplotlib datalad-container datalad-osf osfclient ipyniivue \
datalad-installer datalad git-annex \
&& rm -rf /home/${NB_USER}/.cache

# Install jupyter-server-proxy and disable announcements
Expand Down

0 comments on commit f1245b0

Please sign in to comment.