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