diff --git a/si_mountainsort5/Dockerfile b/si_mountainsort5/Dockerfile index 2b93892..c4e2d34 100644 --- a/si_mountainsort5/Dockerfile +++ b/si_mountainsort5/Dockerfile @@ -17,11 +17,11 @@ RUN git clone https://github.com/catalystneuro/neuroconv.git && \ cd neuroconv && \ pip install -e . -# Install spikeinterface from source, for now -RUN git clone https://github.com/SpikeInterface/spikeinterface.git && \ - cd spikeinterface && \ - # git checkout dev && \ - pip install -e .[full] +# # Install spikeinterface from source, for now +# RUN git clone https://github.com/SpikeInterface/spikeinterface.git && \ +# cd spikeinterface && \ +# # git checkout dev && \ +# pip install -e .[full] # Install mountainsort from source, for now RUN git clone https://github.com/flatironinstitute/mountainsort5.git && \ @@ -30,7 +30,7 @@ RUN git clone https://github.com/flatironinstitute/mountainsort5.git && \ pip install -e . # Install spikeinterface -# RUN pip install spikeinterface[full]==0.100.2 +RUN pip install spikeinterface[full]==0.100.2 # Copy files into the container WORKDIR /app