File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v3
2424 - uses : actions/setup-python@v4
2525 with :
26- python-version : " 3.10 "
26+ python-version : " 3.11 "
2727 - name : Login to Docker Hub
2828 if : ${{ !github.event.pull_request.head.repo.fork }}
2929 uses : docker/login-action@v2
5353 - uses : actions/checkout@v3
5454 - uses : actions/setup-python@v4
5555 with :
56- python-version : " 3.10 "
56+ python-version : " 3.11 "
5757 - name : Login to Docker Hub
5858 uses : docker/login-action@v2
5959 with :
Original file line number Diff line number Diff line change 1- FROM python:3.10 -slim-bullseye
1+ FROM python:3.11 -slim
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- fastapi == 0.89 .1
2- torch == 1.13.1
3- torchvision == 0.14 .1
4- uvicorn == 0.20.0
5- Pillow == 9.4 .0
1+ fastapi == 0.95 .1
2+ torch == 2.0.0
3+ torchvision == 0.15 .1
4+ uvicorn == 0.21.1
5+ Pillow == 9.5 .0
You can’t perform that action at this time.
0 commit comments