From 5b6d2fab3484a3b1030d7ecca3d501fdb5e63388 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 7 Jul 2024 12:57:46 +0300 Subject: [PATCH] [~] Refactor --- docker/tiktok/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/tiktok/Dockerfile b/docker/tiktok/Dockerfile index c9176fb..6981c50 100644 --- a/docker/tiktok/Dockerfile +++ b/docker/tiktok/Dockerfile @@ -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