diff --git a/SegFormer/Dockerfile.cpu b/SegFormer/Dockerfile.cpu index c7bccf2..a98f823 100644 --- a/SegFormer/Dockerfile.cpu +++ b/SegFormer/Dockerfile.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y \ diff --git a/SegFormer/docker/Dockerfile.cpu b/SegFormer/docker/Dockerfile.cpu index 9465674..8a803d6 100644 --- a/SegFormer/docker/Dockerfile.cpu +++ b/SegFormer/docker/Dockerfile.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y \ diff --git a/SegFormer/requirements-cpu.txt b/SegFormer/requirements-cpu.txt index f44500a..87b89a3 100644 --- a/SegFormer/requirements-cpu.txt +++ b/SegFormer/requirements-cpu.txt @@ -1,8 +1,8 @@ torch==1.7.1+cpu -torchvision==0.8.2+cpu -mmcv-full==1.2.7 -timm==0.3.2 -pycocotools==2.0.4 +torchvision==0.14.1 +mmcv-full==1.7.1 +timm==0.6.12 +pycocotools==2.0.6 git+https://github.com/waspinator/pycococreator.git@0.2.1 opencv-python<5.0.0 Cython diff --git a/dockers/Dockerfile.augmentation.cpu b/dockers/Dockerfile.augmentation.cpu index 5c38587..e3489f6 100644 --- a/dockers/Dockerfile.augmentation.cpu +++ b/dockers/Dockerfile.augmentation.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.healthcheck b/dockers/Dockerfile.healthcheck index 32b8a84..c7ec96b 100644 --- a/dockers/Dockerfile.healthcheck +++ b/dockers/Dockerfile.healthcheck @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.preprocessing.cpu b/dockers/Dockerfile.preprocessing.cpu index c3929df..9941e05 100644 --- a/dockers/Dockerfile.preprocessing.cpu +++ b/dockers/Dockerfile.preprocessing.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/requirements-cpu.txt b/requirements-cpu.txt index e503987..614b2ee 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -1,14 +1,14 @@ torch==1.12.0+cpu -torchvision==0.13.0+cpu -ray[serve]==2.0.0 -fastapi==0.81.0 -imageio==2.21.2 -kornia==0.6.6 -opencv-python==4.6.0.66 -Pillow==9.2.0 -scikit-image==0.19.3 -scipy==1.9.1 -pandas==1.4.3 +torchvision==0.14.1 +ray[serve]==2.3.0 +fastapi==0.94.0 +imageio==2.26.0 +kornia==0.6.10 +opencv-python==4.7.0.72 +Pillow==9.4.0 +scikit-image==0.20.0 +scipy==1.10.1 +pandas==1.5.3 numpy awscli boto3 diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 492895c..af420ab 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -1,13 +1,13 @@ torch==1.12.0+cu116 -torchvision==0.13.0+cu116 -ray[serve]==2.0.0 -fastapi==0.81.0 -imageio==2.21.2 -kornia==0.6.6 -opencv-python==4.6.0.66 -Pillow==9.2.0 -scikit-image==0.19.3 -scipy==1.9.1 +torchvision==0.14.1 +ray[serve]==2.3.0 +fastapi==0.94.0 +imageio==2.26.0 +kornia==0.6.10 +opencv-python==4.7.0.72 +Pillow==9.4.0 +scikit-image==0.20.0 +scipy==1.10.1 numpy awscli boto3