From d5d07301f681ff2da3702a24aed848cfa6e1fb4a Mon Sep 17 00:00:00 2001 From: Anton Kullberg <anton.kullberg@liu.se> Date: Tue, 9 Nov 2021 16:14:03 +0100 Subject: [PATCH] dep: added pyehm as dependency --- Dockerfile | 2 +- Pipfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 557558b..181ec1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ from jupyter/scipy-notebook # RUN apt update && apt install -y python3-pip -RUN pip3 install jax jaxlib +RUN pip3 install jax jaxlib pyehm ENTRYPOINT /bin/bash diff --git a/Pipfile b/Pipfile index 4d6840f..934e39d 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,7 @@ jupyterlab = "*" ipywidgets = "*" jax = "*" jaxlib = "*" +pyehm = "*" [requires] python_version = "3.8" -- GitLab