Skip to content
Snippets Groups Projects
Commit 1bb5729d authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Install requirements

parent 82248241
Branches
Tags
No related merge requests found
Pipeline #9528 failed
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment