1
0
Fork 0

add pytorch back to debian image

This commit is contained in:
Sean Sube 2023-01-06 13:56:16 -06:00
parent 11e61d0415
commit 0bec4939b1
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ COPY serve.py /onnx-web/serve.py
RUN pip install -r requirements.txt 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" ] ENTRYPOINT [ "flask", "--app=serve", "run", "--host=0.0.0.0" ]