diff --git a/Dockerfile b/Dockerfile index d91be0c..6e3e0cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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