Skip to content

Commit 7cf1c6b

Browse files
committed
Add git to compiled images and fix combinato tests
1 parent 439b1df commit 7cf1c6b

8 files changed

Lines changed: 9 additions & 0 deletions

File tree

hdsort-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

ironclust-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

kilosort_no_license/kilosort-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

kilosort_no_license/kilosort2-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

kilosort_no_license/kilosort2_5-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

kilosort_no_license/kilosort3-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
77
RUN apt-get update && \
88
apt-get install -y build-essential && \
99
apt-get install -y wget && \
10+
apt-get install -y git && \
1011
apt-get clean && \
1112
rm -rf /var/lib/apt/lists/*
1213

tests/test_singularity_containers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def run_kwargs(work_dir):
3333
num_channels=64,
3434
num_segments=1
3535
)
36+
test_recording.set_channel_gains(1)
37+
test_recording.set_channel_offsets(1)
3638
test_recording = test_recording.save(name='toy')
3739
return dict(recording=test_recording, verbose=True, singularity_image=True)
3840

waveclus-compiled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ENV PATH="/usr/bin/mlrtapp:${PATH}"
99
RUN apt-get update && \
1010
apt-get install -y build-essential && \
1111
apt-get install -y wget && \
12+
apt-get install -y git && \
1213
apt-get clean && \
1314
rm -rf /var/lib/apt/lists/*
1415

0 commit comments

Comments
 (0)