From f38b6a12e31da188278d020470dd57cee6cd223f Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 10 Jan 2023 16:19:36 +1100 Subject: [PATCH] fix: lock python to 3.8 for lavavu --- docs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Dockerfile b/docs/Dockerfile index 435d55587..30849c4fe 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update -qq && \ g++ \ libc-dev \ make +RUN conda install python=3.8 -y RUN conda install -c conda-forge\ cython\ numpy\