Skip to content
Snippets Groups Projects
Commit 75401cca authored by Pascal Baumann's avatar Pascal Baumann
Browse files

Merge branch 'hotfix/latex_error' into 'master'

Fix LaTeX error in plot generation

See merge request !2
parents c9bd3331 352606a9
No related branches found
No related tags found
1 merge request!2Fix LaTeX error in plot generation
Pipeline #258722 passed
...@@ -10,12 +10,11 @@ FROM ${RENKU_BASE_IMAGE} ...@@ -10,12 +10,11 @@ FROM ${RENKU_BASE_IMAGE}
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines # e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line # except for the last end with backslash '\' to continue the RUN line
# #
# USER root USER root
# RUN apt-get update && \ RUN apt-get update && \
# apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
# apt-utils \ texlive-full texlive-latex-extra texlive-fonts-recommended dvipng
# vim USER ${NB_USER}
# USER ${NB_USER}
# install the python dependencies # install the python dependencies
COPY requirements.txt environment.yml /tmp/ COPY requirements.txt environment.yml /tmp/
......
numpy==1.19.5 altair==4.1.0
pandas==1.3.3 latex==0.7.0
matplotlib==3.4.3 matplotlib==3.4.3
mrcnn==0.2
numpy==1.19.5
opencv-python==4.5.3.56 opencv-python==4.5.3.56
tensorflow==2.6.0 pandas==1.3.3
seaborn==0.11.2 pillow==8.3.2
scikit-learn==1.0 scikit-learn==1.0
vega_datasets==0.9.0 seaborn==0.11.2
mrcnn==0.2
altair==4.1.0
selenium==3.141.0 selenium==3.141.0
pillow==8.3.2 tensorflow==2.6.0
vega_datasets==0.9.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment