Skip to content

Commit d7b71a7

Browse files
committed
Docker container can run julia scripts
Issue before was incompatability between package versions and Julia version. Now both julia and packages are updated to current latest versions.
1 parent 3feb89d commit d7b71a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start from a core stack version
2-
FROM jupyter/datascience-notebook:latest
2+
FROM quay.io/jupyter/datascience-notebook:2024-05-20
33

44
ENV CMDSTAN_VERSION=2.31.0
55

0 commit comments

Comments
 (0)