Skip to content

Commit

Permalink
ADD: Add revised link to lrose (#20)
Browse files Browse the repository at this point in the history
* Add python version and numpy versions

* DEL: Remove postbuild

* ADD: Add revised link
  • Loading branch information
mgrover1 authored Jun 24, 2024
1 parent 9fc40f6 commit e95b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/appendix.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
wget -q -O /tmp/lrose.deb https://github.com/NCAR/lrose-core/releases/download/lrose-core-20240410/lrose-core-20240410.ubuntu_22.04.amd64.deb && \
wget -q -O /tmp/lrose.deb https://github.com/NCAR/lrose-core/releases/download/lrose-core-20240525/lrose-core-20240525.ubuntu_22.04.amd64.deb && \
apt-get -y install /tmp/lrose.deb && \
apt-get clean && \
rm -rf /tmp/lrose.deb
Expand Down

0 comments on commit e95b1e7

Please sign in to comment.