Skip to content

Commit

Permalink
Add Julia deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glaroc committed Oct 7, 2023
1 parent dd464f8 commit 9a59db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/julia-dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM julia:1.9.3

# Pre-compiling Julia dependencies
RUN julia -e 'pwd(); using Pkg; Pkg.add.(["SpeciesDistributionToolkit", "JSON", "CSV", "DataFrames", "StatsBase", "EvoTrees", "MultivariateStats" ]); Pkg.instantiate();'
RUN julia -e 'pwd(); using Pkg; Pkg.add.(["SpeciesDistributionToolkit", "Dates", "Clustering", "JSON", "CSV", "DataFrames", "StatsBase", "EvoTrees", "MultivariateStats" ]); Pkg.instantiate();'

RUN date +"%Y-%m-%d %R" > /version.txt

0 comments on commit 9a59db4

Please sign in to comment.