Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit b9dd5d4

Browse files
authored
Merge pull request #21 from covid-modeling/adityasharad/mc19-published-image
MC19 connector: Use Docker image from model repository
2 parents 088d145 + e5b77db commit b9dd5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MC19_VERSION=2e3044525
1+
MC19_VERSION=bd61fb8

packages/modelingcovid-covidmodel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG MC19_VERSION=latest
22
# This image is based on https://github.com/arnoudbuzing/wolfram-engine-docker.
3-
FROM docker.pkg.github.com/covid-modeling/model-runner/mc19:${MC19_VERSION} AS build
3+
FROM docker.pkg.github.com/modelingcovid/covidmodel/mc19:${MC19_VERSION} AS build
44

55
# The model repo code in the image is at this location,
66
# which is used when resolving relative paths.

0 commit comments

Comments
 (0)