From e90e42714bf44f0f8c8aad5c5a76f564cecf4e8f Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Wed, 8 Jun 2022 06:52:18 -0700 Subject: [PATCH] Switch to a pinned image instead of building the Dockerfile This allows us to get around the bitrotted notebook environment and avoid blocking interns. We will eventually have to upgrade to the latest version of everything, but can defer that until June when we will have more intern support. This is a workaround for https://github.com/e-mission/em-public-dashboard/issues/37 --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 8ff592b4..d2e59110 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -13,7 +13,7 @@ services: networks: - emission notebook-server: - build: viz_scripts/docker + image: emission/em-public-dashboard-notebook:1.0.0 depends_on: - db environment: