Skip to content

Commit

Permalink
Merge pull request #26 from openclimatefix/bug/re-grid
Browse files Browse the repository at this point in the history
Bug/re grid
  • Loading branch information
peterdudfield authored Nov 6, 2023
2 parents 345f5bd + aca66d2 commit af3894c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af3894c

Please sign in to comment.