Skip to content

Commit

Permalink
Merge pull request #1270 from anarkiwi/v100
Browse files Browse the repository at this point in the history
V100
  • Loading branch information
anarkiwi authored May 9, 2024
2 parents 6736a8c + 18fb3fc commit 6df0bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 \
python3-numpy
WORKDIR /root
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.99
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.100
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gamutrf"
version = "0.5.55"
version = "0.5.56"
description = "An orchestrated SDR scanner"
authors = ["cglewis <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6df0bb9

Please sign in to comment.