Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Mar 28, 2024
1 parent e1bf592 commit 74a6f8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.JUDI
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG JVER=1.7
FROM mloubout/julia-base:$JVER

# Update devito to latest
RUN pip3 install --user --upgrade devito[extras,tests]

# Update julia packages
RUN julia -e 'using Pkg;Pkg.update()'

Expand Down

0 comments on commit 74a6f8c

Please sign in to comment.