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