Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 9, 2024
1 parent f6d0311 commit aaf2195
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 @@ -24,7 +24,7 @@ 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

# install cpu torch
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu

# Change to app folder
WORKDIR /app
Expand Down

0 comments on commit aaf2195

Please sign in to comment.