Skip to content

Commit

Permalink
Merge pull request #1410 from anarkiwi/cleanout
Browse files Browse the repository at this point in the history
simplify grscan
  • Loading branch information
anarkiwi committed Sep 17, 2024
2 parents a54ba4d + 5047a38 commit 7498d26
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 118 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan-dev \
pybind11-dev
WORKDIR /root
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.121
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.122
COPY --from=iqtlabs/gamutrf-vkfft:latest /root /root/gr-iqtlabs
WORKDIR /root/gr-iqtlabs/build
COPY --from=iqtlabs/gamutrf-sigmf:latest /usr/local /usr/local
Expand Down
Loading

0 comments on commit 7498d26

Please sign in to comment.