diff --git a/Dockerfile b/Dockerfile index 3f39349..c555692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,8 @@ COPY data/ app/data/ # Install requirements RUN conda install python=3.10 -RUN conda install -c conda-forge xesmf esmpy -y -RUN echo "export ESMFMKFILE='/opt/conda/lib/esmf.mk'" >> ~/.bashrc +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 -r app/requirements.txt RUN pip install git+https://github.com/SheffieldSolar/PV_Live-API#pvlive_api # Change to app folder