Skip to content

Commit

Permalink
Docker container can run julia scripts
Browse files Browse the repository at this point in the history
Issue before was incompatability between package versions and Julia version. Now both julia and packages are updated to current latest versions.
  • Loading branch information
viktorht committed May 24, 2024
1 parent 3feb89d commit d7b71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start from a core stack version
FROM jupyter/datascience-notebook:latest
FROM quay.io/jupyter/datascience-notebook:2024-05-20

ENV CMDSTAN_VERSION=2.31.0

Expand Down

0 comments on commit d7b71a7

Please sign in to comment.