Skip to content

Commit

Permalink
meta improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed May 10, 2024
1 parent 6df0bb9 commit 00e1868
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.100
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.101
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.56"
version = "0.5.57"
description = "An orchestrated SDR scanner"
authors = ["cglewis <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 00e1868

Please sign in to comment.