From 1bb5729d190a8a85000c5314d84ba5e022944b95 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Thu, 24 Mar 2022 07:21:18 -0400
Subject: [PATCH] Install requirements

---
 docker/Dockerfile_ubuntu_18.04 | 1 +
 requirements.txt               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/Dockerfile_ubuntu_18.04 b/docker/Dockerfile_ubuntu_18.04
index 4e3bfa76..026c49a3 100644
--- a/docker/Dockerfile_ubuntu_18.04
+++ b/docker/Dockerfile_ubuntu_18.04
@@ -29,6 +29,7 @@ RUN apt-get install -y --no-install-recommends locales && \
     update-locale en_US.UTF-8 && \
     echo "export LC_ALL=$(locale -a | grep en_US)" >> /root/.bashrc && \
     echo "export LANG=$(locale -a | grep en_US)" >>  /root/.bashrc
+ENV LANGUAGE'en_US:en'
 COPY requirements.txt .
 RUN pip3 install -r requirements.txt
 
diff --git a/requirements.txt b/requirements.txt
index 273d8968..d7c4e4d2 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,5 +11,5 @@ pyyaml>=3.12
 plotly>=4.2.1
 matplotlib>=3.1.1
 tabulate>=0.8.6
-pyscm-ml>=1.0.0
+pyscm git+https://github.com/babau1/pyscm@master#egg=pyscm
 
-- 
GitLab