Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Nov 2, 2023
1 parent 335328b commit b853f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN pip install git+https://github.com/SheffieldSolar/PV_Live-API#pvlive_api

# install requirements
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
RUN conda install -c conda-forge esmpy xarray numpy shapely cf_xarray sparse numba
RUN pip install -r app/requirements.txt

# copy library files
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
esmpy
xesmf
torch[cpu]>=2.0
PVNet-summation>=0.0.8
Expand Down

0 comments on commit b853f9f

Please sign in to comment.