From ab2b41b84774a43525f0a51d0ae9f8b9740d0af9 Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Fri, 27 Sep 2024 01:21:52 +0000 Subject: [PATCH] use python3-defaults --- .devcontainer/cuda-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cuda-container/Dockerfile b/.devcontainer/cuda-container/Dockerfile index a6a21696b..ed4c21532 100644 --- a/.devcontainer/cuda-container/Dockerfile +++ b/.devcontainer/cuda-container/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qq && apt-get upgrade -y -qq && \ g++ \ libopenmpi-dev \ libhdf5-mpi-dev \ - libpython3-dev \ + python3-defaults \ ninja-build && \ apt-get --yes -qq clean && \ rm -rf /var/lib/apt/lists/*