Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Apr 3, 2024
1 parent bfa4793 commit 619014b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions si_mountainsort5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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
Expand Down

0 comments on commit 619014b

Please sign in to comment.