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

Commit 04aa695

Browse files
Update all dependencies
1 parent d12c8b7 commit 04aa695

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

dockers/Dockerfile.augmentation.cpu

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

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

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.8.13-slim
1+
FROM python:3.11.0-slim
22

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

dockers/Dockerfile.preprocessing.cpu

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

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

requirements-cpu.txt

Lines changed: 9 additions & 9 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
3-
ray[serve]==2.0.0
4-
fastapi==0.81.0
5-
imageio==2.21.2
6-
kornia==0.6.6
1+
torch==1.13.0
2+
torchvision==0.14.0
3+
ray[serve]==2.1.0
4+
fastapi==0.86.0
5+
imageio==2.22.4
6+
kornia==0.6.8
77
opencv-python==4.6.0.66
8-
Pillow==9.2.0
8+
Pillow==9.3.0
99
scikit-image==0.19.3
10-
scipy==1.9.1
11-
pandas==1.4.3
10+
scipy==1.9.3
11+
pandas==1.5.1
1212
numpy
1313
awscli
1414
boto3

requirements-gpu.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
torch==1.12.0+cu116
2-
torchvision==0.13.0+cu116
3-
ray[serve]==2.0.0
4-
fastapi==0.81.0
5-
imageio==2.21.2
6-
kornia==0.6.6
1+
torch==1.13.0
2+
torchvision==0.14.0
3+
ray[serve]==2.1.0
4+
fastapi==0.86.0
5+
imageio==2.22.4
6+
kornia==0.6.8
77
opencv-python==4.6.0.66
8-
Pillow==9.2.0
8+
Pillow==9.3.0
99
scikit-image==0.19.3
10-
scipy==1.9.1
10+
scipy==1.9.3
1111
numpy
1212
awscli
1313
boto3

0 commit comments

Comments
 (0)