Skip to content

Commit

Permalink
opening permission for julia depot
Browse files Browse the repository at this point in the history
 otherwise julia scripts can't run
  • Loading branch information
jmlord committed Sep 19, 2024
1 parent 160c977 commit 5b79831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/julia-dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ RUN julia -e 'pwd(); using Pkg; \
Pkg.add.(["SpeciesDistributionToolkit", "Dates", "Clustering", "JSON", "CSV", "DataFrames", "StatsBase", "EvoTrees", "MultivariateStats" ]); \
Pkg.instantiate();'

RUN chmod -R 777 /julia_depot

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

0 comments on commit 5b79831

Please sign in to comment.