Skip to content

Commit 3b8b8a4

Browse files
committed
updates Dockerfile
1 parent 6b09f2c commit 3b8b8a4

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

pykilosort/Dockerfile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff 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
1916
ENV MINICONDA_VERSION 4.12.0
2017
ENV 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
2724
ENV 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
4229
RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort

0 commit comments

Comments
 (0)