Skip to content

Commit

Permalink
keep torch cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 6, 2023
1 parent fc9b12b commit f2c30cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f2c30cc

Please sign in to comment.