Skip to content

Commit 46fcc64

Browse files
committed
comment update
1 parent 21f904b commit 46fcc64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pykilosort/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3131
RUN conda init bash
3232

33-
# Install IBL port of pykilosort
33+
# Install python port of pykilosort
3434
RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort
3535
WORKDIR /src/pykilosort
3636

pykilosort/dockerfiles/Dockerfile.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3535
RUN conda init bash
3636

37-
# Install IBL port of pykilosort
37+
# Install python port of pykilosort
3838
RUN git clone -b drift_test_stable https://github.com/kushbanga/pykilosort.git /src/pykilosort
3939
WORKDIR /src/pykilosort
4040

0 commit comments

Comments
 (0)