Skip to content

Commit

Permalink
bump julia version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandau committed Jan 31, 2024
1 parent 086ae37 commit 28ca1de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ArchGDAL = "0.10"
Circuitscape = "^5.13.1"
ProgressMeter = "1.3"
StatsBase = "0.34"
julia = "1.9"
julia = "1.10"
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && \
curl

# Install julia
RUN curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.3-linux-x86_64.tar.gz > /tmp/julia.tar.gz
RUN curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.0-linux-x86_64.tar.gz > /tmp/julia.tar.gz
RUN tar -zxvf /tmp/julia.tar.gz
RUN ln -s /julia-1.9.3/bin/julia /usr/bin/julia
RUN ln -s /julia-1.10.0/bin/julia /usr/bin/julia

# Install Omniscape
RUN julia -e 'using Pkg; Pkg.add(["Omniscape", "Test", "BenchmarkTools"])'
Expand Down

0 comments on commit 28ca1de

Please sign in to comment.