From 6b62819159680270045d5e3d5bf4fd845bb703a4 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 8 Dec 2023 08:44:32 +0000 Subject: [PATCH] try python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c555692..db69202 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY scripts/ app/scripts/ COPY data/ app/data/ # Install requirements -RUN conda install python=3.10 +RUN conda install python=3.12 RUN conda install -c conda-forge xesmf esmpy h5py -y RUN pip install torch --index-url https://download.pytorch.org/whl/cpu RUN pip install git+https://github.com/SheffieldSolar/PV_Live-API#pvlive_api