From 51ff7d12726e9972afd12477e2e29def0c1c0bd3 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 4 Oct 2023 01:17:22 +0000 Subject: [PATCH] Undo PDF IPYNB Stuff --- default/dockerfiles/python3/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default/dockerfiles/python3/Dockerfile b/default/dockerfiles/python3/Dockerfile index 5b12a69..8843aba 100644 --- a/default/dockerfiles/python3/Dockerfile +++ b/default/dockerfiles/python3/Dockerfile @@ -10,10 +10,6 @@ RUN apt-get update \ wget \ python3 \ python3-pip \ - texlive-xetex \ - texlive-fonts-recommended \ - texlive-plain-generic \ - pandoc \ && rm -rf /var/lib/apt/lists/* ARG USER=coder