[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-07 12:57:46 +03:00
parent 955b7bde41
commit 5b6d2fab34

@ -21,6 +21,7 @@ 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
RUN pip3 install networkx
WORKDIR /app