File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
47
47
libvulkan-dev \
48
48
python3-numpy
49
49
WORKDIR /root
50
- RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.51
50
+ RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.52
51
51
COPY --from=iqtlabs/gamutrf-vkfft:latest /root /root/gr-iqtlabs
52
52
WORKDIR /root/gr-iqtlabs/build
53
53
COPY --from=sigmf-builder /usr/local /usr/local
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ install gr-iqtlabs
85
85
$ git clone https://github.com/google/flatbuffers -b v23.5.26
86
86
$ git clone https://github.com/nlohmann/json -b v3.11.2
87
87
$ git clone https://github.com/deepsig/libsigmf -b v1.0.2
88
- $ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.51
88
+ $ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.52
89
89
$ mkdir -p flatbuffers/build && cd flatbuffers/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
90
90
$ mkdir -p json/build && cd json/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
91
91
$ mkdir -p libsigmf/build && cd libsigmf/build && cmake -DUSE_SYSTEM_JSON=ON -DUSE_SYSTEM_FLATBUFFERS=ON -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV -DCMAKE_CXX_FLAGS="-I $HOME/.conda/envs/$CONDA_DEFAULT_ENV/include" .. && make -j $(nproc) && make install && cd ../..
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ def __init__(
212
212
model_server = inference_model_server ,
213
213
model_name = inference_model_name ,
214
214
confidence = inference_min_confidence ,
215
+ max_rows = tune_step_fft ,
215
216
)
216
217
]
217
218
)
You can’t perform that action at this time.
0 commit comments