File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ RUN apt install -y --no-install-recommends \
1212 apt clean && \
1313 rm -rf /var/lib/apt/lists/*
1414
15- # Make bash the default shell, for compatibility with conda
16- # SHELL [ "/bin/bash", "--login", "-c" ]
17-
1815# install miniconda
1916ENV MINICONDA_VERSION 4.12.0
2017ENV CONDA_DIR /home/miniconda3
@@ -25,18 +22,8 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/$LATEST_CONDA_SCRIPT -O ~/m
2522 rm ~/miniconda.sh
2623# RUN echo 'export PATH="~/miniconda/bin:$PATH"' >> ~/.bashrc
2724ENV PATH=$CONDA_DIR/bin:$PATH
28- RUN conda update conda
29-
30- # chmod +x ~/miniconda.sh && \
31- # ~/miniconda.sh -b -p $CONDA_DIR && \
32- # rm ~/miniconda.sh
33-
34- # # make non-activate conda commands available
35- # ENV PATH=$CONDA_DIR/bin:$PATH
36- # # make conda activate command available from /bin/bash --login shells
37- # RUN echo ". $CONDA_DIR/etc/profile.d/conda.sh" >> /root/.profile
38- # # make conda activate command available from /bin/bash --interactive shells
39- # RUN conda init bash
25+ RUN conda update conda && \
26+ conda install conda-build
4027
4128# Install IBL port of pykilosort
4229RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort
You can’t perform that action at this time.
0 commit comments