File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN echo ". $CONDA_DIR/etc/profile.d/conda.sh" >> /root/.profile
3030# make conda activate command available from /bin/bash --interactive shells
3131RUN conda init bash
3232
33- # Install IBL port of pykilosort
33+ # Install python port of pykilosort
3434RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort
3535WORKDIR /src/pykilosort
3636
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN echo ". $CONDA_DIR/etc/profile.d/conda.sh" >> /root/.profile
3434# make conda activate command available from /bin/bash --interactive shells
3535RUN conda init bash
3636
37- # Install IBL port of pykilosort
37+ # Install python port of pykilosort
3838RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort
3939WORKDIR /src/pykilosort
4040
You can’t perform that action at this time.
0 commit comments