Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jul 25, 2023
1 parent fc81e95 commit baf4ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \

# Install Python dependencies
RUN conda \
--channel conda-forge \
--channel https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/ \
install -y \
python=3.10 \
conda-build \
Expand All @@ -103,7 +101,9 @@ RUN conda \
libxml2=2.9.8 \
libxslt=1.1.32 \
graphviz=2.40.1 \
zlib; \
zlib \
--channel conda-forge \
--channel https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/ ; \
sync && \
chmod -R a+rX /usr/local/miniconda; sync && \
chmod +x /usr/local/miniconda/bin/*; sync && \
Expand Down

0 comments on commit baf4ecb

Please sign in to comment.