diff --git a/Dockerfile b/Dockerfile index 2f11b87..d13249b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY data/ app/data/ RUN conda install python=3.10 RUN conda install -c conda-forge xesmf esmpy h5py -y # RUN echo "export ESMFMKFILE='/opt/conda/lib/esmf.mk'" >> ~/.bashrc -# RUN pip install torch --index-url https://download.pytorch.org/whl/cpu +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