Skip to content

Commit

Permalink
Merge pull request #1101 from anarkiwi/vk133
Browse files Browse the repository at this point in the history
gr-iqtlabs '69
  • Loading branch information
anarkiwi authored Jan 15, 2024
2 parents 059dccc + 77dbb27 commit 76da000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan-dev \
python3-numpy
WORKDIR /root
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.68
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.69
COPY --from=iqtlabs/gamutrf-vkfft:latest /root /root/gr-iqtlabs
WORKDIR /root/gr-iqtlabs/build
COPY --from=sigmf-builder /usr/local /usr/local
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.vkfft
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan-dev \
python3-dev
WORKDIR /root
RUN git clone https://github.com/DTolm/VkFFT -b v1.3.2
RUN git clone https://github.com/DTolm/VkFFT -b v1.3.3
WORKDIR /root/VkFFT/build
RUN CMAKE_BUILD_TYPE=Release cmake -DGLSLANG_GIT_TAG=13.0.0 .. && make -j "$(nproc)"

Expand Down
2 changes: 1 addition & 1 deletion orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
- --tune-dwell-ms=0
- --tune-step-fft=512
- --db_clamp_floor=-150
- --fft_batch_size=16
- --fft_batch_size=256
- --mqtt_server=mqtt
- --no-compass
- --use_external_gps
Expand Down

0 comments on commit 76da000

Please sign in to comment.