[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-06 23:12:26 +03:00
parent 3a54f34f6c
commit 70cf5e6bad

@ -20,6 +20,7 @@ RUN pip3 install pandoc
RUN apt-get install -yy pandoc
RUN apt-get install -yy texlive-xetex texlive-fonts-recommended texlive-plain-generic
RUN pip3 install 'nbconvert[webpdf]'
RUN pip3 install pickleshare
WORKDIR /app