Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 15, 2024
1 parent 6de3ba2 commit 0b03588
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dendro_apps/spikeforestxyz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ RUN pip install mountainsort5==0.5.6
# Copy files into the container
RUN mkdir /app
COPY *.py /app/
COPY recording_summary/*.py /app/recording_summary/
COPY recording_summary/helpers/*.py /app/recording_summary/helpers/
COPY recording_summary_processor/*.py /app/recording_summary_processor/
COPY recording_summary/helpers_processor/*.py /app/recording_summary_processor/helpers/
COPY mountainsort5_processor/*.py /app/mountainsort5_processor/

0 comments on commit 0b03588

Please sign in to comment.