Skip to content
Snippets Groups Projects
Commit 1dbc650a authored by cgl's avatar cgl
Browse files

update docker file

parent 93ca65a3
No related branches found
No related tags found
1 merge request!156Erf fpr 2022
Pipeline #22062 failed
FROM python:3.11-slim
FROM python:3.10-slim
# Install useful packages
RUN apt-get update && apt-get install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra git make curl gcc
RUN apt-get update && apt-get install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra git make curl build-essential
RUN pip install poetry==2.1.3
RUN poetry config virtualenvs.in-project true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment