Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 039711b

Browse files
Update all dependencies
1 parent ddbd2c6 commit 039711b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

dockers/Dockerfile.healthcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.5-slim
1+
FROM python:3.10.7-slim
22

33
# Install neccesary build tools
44
RUN apt-get update -y && \

requirements-cpu.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
torch==1.12.0+cpu
2-
torchvision==0.13.0+cpu
1+
torch==1.12.1
2+
torchvision==0.13.1
33
ray[serve]==2.0.0
4-
fastapi==0.81.0
5-
imageio==2.21.2
6-
kornia==0.6.6
4+
fastapi==0.83.0
5+
imageio==2.21.3
6+
kornia==0.6.7
77
opencv-python==4.6.0.66
88
Pillow==9.2.0
99
scikit-image==0.19.3
1010
scipy==1.9.1
11-
pandas==1.4.3
11+
pandas==1.4.4
1212
numpy
1313
awscli
1414
boto3

requirements-gpu.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
torch==1.12.0+cu116
2-
torchvision==0.13.0+cu116
1+
torch==1.12.1
2+
torchvision==0.13.1
33
ray[serve]==2.0.0
4-
fastapi==0.81.0
5-
imageio==2.21.2
6-
kornia==0.6.6
4+
fastapi==0.83.0
5+
imageio==2.21.3
6+
kornia==0.6.7
77
opencv-python==4.6.0.66
88
Pillow==9.2.0
99
scikit-image==0.19.3

0 commit comments

Comments
 (0)