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

Commit

Permalink
Merge pull request #21 from covid-modeling/adityasharad/mc19-publishe…
Browse files Browse the repository at this point in the history
…d-image

MC19 connector: Use Docker image from model repository
  • Loading branch information
adityasharad authored May 13, 2020
2 parents 088d145 + e5b77db commit b9dd5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/modelingcovid-covidmodel/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MC19_VERSION=2e3044525
MC19_VERSION=bd61fb8
2 changes: 1 addition & 1 deletion packages/modelingcovid-covidmodel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MC19_VERSION=latest
# This image is based on https://github.com/arnoudbuzing/wolfram-engine-docker.
FROM docker.pkg.github.com/covid-modeling/model-runner/mc19:${MC19_VERSION} AS build
FROM docker.pkg.github.com/modelingcovid/covidmodel/mc19:${MC19_VERSION} AS build

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

0 comments on commit b9dd5d4

Please sign in to comment.