Skip to content

Commit

Permalink
Merge pull request #32 from VincentRouvreau/docker_gudhi_3.9.0
Browse files Browse the repository at this point in the history
gudhi 3.9.0
  • Loading branch information
VincentRouvreau authored Dec 22, 2023
2 parents 79a4df9 + d210da5 commit fa3ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_for_gudhi_installation
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN pip3 install \
# apt clean up
RUN apt-get autoremove && rm -rf /var/lib/apt/lists/*

ARG GUDHI_VERSION="3.8.0"
ARG GUDHI_VERSION="3.9.0"

RUN curl -LO "https://github.com/GUDHI/gudhi-devel/releases/download/tags%2Fgudhi-release-${GUDHI_VERSION}/gudhi.${GUDHI_VERSION}.tar.gz" \
&& tar xf gudhi.${GUDHI_VERSION}.tar.gz \
Expand Down

0 comments on commit fa3ae93

Please sign in to comment.