Skip to content

Commit

Permalink
Merge pull request #47 from climate-machine/ck/Docker
Browse files Browse the repository at this point in the history
Add Dockerfile
  • Loading branch information
charleskawczynski authored Apr 1, 2020
2 parents 9c66526 + 5ef312a commit c6180f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM julia:1.3

COPY . /CalibrateEmulateSample.jl/

WORKDIR /CalibrateEmulateSample.jl/
RUN julia --project -e "using Pkg; Pkg.instantiate();"
RUN julia --project -e "using CalibrateEmulateSample"

0 comments on commit c6180f2

Please sign in to comment.