diff --git a/api/Containerfile.buster b/api/Containerfile.buster index 6e6ac178..ce9a189d 100644 --- a/api/Containerfile.buster +++ b/api/Containerfile.buster @@ -7,6 +7,6 @@ COPY serve.py /onnx-web/serve.py RUN pip install -r requirements.txt -# RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2 +RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu ENTRYPOINT [ "flask", "--app=serve", "run", "--host=0.0.0.0" ]