From aaf21951acf78823bbc4623745578df255354232 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 9 Feb 2024 11:15:33 +0000 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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