Skip to content

Commit

Permalink
incr dendro version
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 20, 2024
1 parent 6eaef8b commit d398a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dendro_apps/dandi-vis-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install mountainsort5==0.5.3
RUN pip install nh5==0.1.3

# Install dendro
RUN pip install dendro==0.2.10
RUN pip install dendro==0.2.11

# Install dendroextractors
RUN pip install dendroextractors==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion dendro_apps/neuroconv-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pip install neuroconv
RUN pip install spikeinterface==0.100.0

# Install dendro
RUN pip install dendro==0.2.10
RUN pip install dendro==0.2.11

# Copy files into the container
RUN mkdir /app
Expand Down

0 comments on commit d398a96

Please sign in to comment.