Skip to content

Commit

Permalink
python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 8, 2023
1 parent 6b62819 commit ce63741
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 @@ -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
Expand Down

0 comments on commit ce63741

Please sign in to comment.