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

Commit e5b77db

Browse files
committed
MC19 connector: Use Docker image from model repository
The model image is now being published to https://github.com/modelingcovid/covidmodel/packages/222225. Obtain the image from that repository instead of model-runner. Upgrade to the latest version to fix errors caused by scenarios hardcoding May 11.
1 parent 088d145 commit e5b77db

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)