diff --git a/Dockerfile b/Dockerfile index db69202..5f0f151 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY scripts/ app/scripts/ COPY data/ app/data/ # Install requirements -RUN conda install python=3.12 +RUN conda install python=3.11 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