Skip to content

Commit

Permalink
Merge pull request #1313 from anarkiwi/uhd
Browse files Browse the repository at this point in the history
uhd sr 1.0.12
  • Loading branch information
anarkiwi committed Jun 19, 2024
2 parents 00d2ac0 + eab812e commit d4fb0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.uhd-sr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan-dev \
sudo
WORKDIR /root
RUN git clone https://github.com/iqtlabs/uhd_sample_recorder -b v1.0.11
RUN git clone https://github.com/iqtlabs/uhd_sample_recorder -b v1.0.12
WORKDIR /root/uhd_sample_recorder
RUN sed -i "/git clone/d" bin/install-deps.sh && echo "true" >> bin/install-deps.sh && bin/install-deps.sh
COPY --from=iqtlabs/gamutrf-vkfft:latest /root/VkFFT /root/uhd_sample_recorder/VkFFT
Expand Down

0 comments on commit d4fb0bb

Please sign in to comment.