From 48ccc691e1129073dab98a842a07498c1a561046 Mon Sep 17 00:00:00 2001 From: Brian Han Date: Wed, 20 Mar 2024 15:50:09 -0700 Subject: [PATCH] Cleanup dupe python3 dependency --- docker/tpl-ubuntu-gcc.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/tpl-ubuntu-gcc.Dockerfile b/docker/tpl-ubuntu-gcc.Dockerfile index e8e2b0ec..dc057fa1 100644 --- a/docker/tpl-ubuntu-gcc.Dockerfile +++ b/docker/tpl-ubuntu-gcc.Dockerfile @@ -122,7 +122,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \ git \ ghostscript \ ninja-build \ - python3 \ python3-dev \ python3-mpi4py \ python3-scipy \