From 6a9f35ce2ae5dc38f4271cc15ca5b89bdbd13d2e Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 20 Mar 2023 14:07:52 -0700 Subject: [PATCH] docker: undo typing change --- docker/Dockerfile.full | 2 +- docker/template/Dockerfile.full.header | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.full b/docker/Dockerfile.full index b966c0494..92d6700f0 100644 --- a/docker/Dockerfile.full +++ b/docker/Dockerfile.full @@ -65,7 +65,7 @@ RUN python3 -m pip install --upgrade pip # pyvips is broken on x86 due to mismatch ffi # https://stackoverflow.com/questions/62658237/it-seems-that-the-version-of-the-libffi-library-seen-at-runtime-is-different-fro RUN pip install --force-reinstall --no-binary :all: cffi -RUN python3 -m pip install aiofiles debugpy typing_extensions psutil +RUN python3 -m pip install aiofiles debugpy typing_extensions typing psutil ################################################################ # End section generated from template/Dockerfile.full.header diff --git a/docker/template/Dockerfile.full.header b/docker/template/Dockerfile.full.header index 2cd5ca473..6e9600d88 100644 --- a/docker/template/Dockerfile.full.header +++ b/docker/template/Dockerfile.full.header @@ -62,7 +62,7 @@ RUN python3 -m pip install --upgrade pip # pyvips is broken on x86 due to mismatch ffi # https://stackoverflow.com/questions/62658237/it-seems-that-the-version-of-the-libffi-library-seen-at-runtime-is-different-fro RUN pip install --force-reinstall --no-binary :all: cffi -RUN python3 -m pip install aiofiles debugpy typing_extensions psutil +RUN python3 -m pip install aiofiles debugpy typing_extensions typing psutil ################################################################ # End section generated from template/Dockerfile.full.header