From 48d68de2d4d690173acad9a50a82287a94c7bd52 Mon Sep 17 00:00:00 2001 From: drifter089 Date: Mon, 22 Jul 2024 07:40:07 +0700 Subject: [PATCH] using solved version of pypsa-eur --- .github/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 780baf423..ba16172ba 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "name": "pypsa eur dev", // "image": "mcr.microsoft.com/devcontainers/base:jammy", "build": { - "dockerfile": "../../Dockerfile" + "dockerfile": "../../Dockerfile.solved" }, "features": {