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

Commit f247c2b

Browse files
Update all dependencies
1 parent 2e75fc1 commit f247c2b

8 files changed

Lines changed: 28 additions & 28 deletions

SegFormer/Dockerfile.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.2-slim
22

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

SegFormer/docker/Dockerfile.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.2-slim
22

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

SegFormer/requirements-cpu.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
torch==1.7.1+cpu
2-
torchvision==0.8.2+cpu
3-
mmcv-full==1.2.7
4-
timm==0.3.2
5-
pycocotools==2.0.4
2+
torchvision==0.14.1
3+
mmcv-full==1.7.1
4+
timm==0.6.12
5+
pycocotools==2.0.6
66
git+https://github.com/waspinator/pycococreator.git@0.2.1
77
opencv-python<5.0.0
88
Cython

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.2-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.2-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.2-slim
22

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

requirements-cpu.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
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
7-
opencv-python==4.6.0.66
8-
Pillow==9.2.0
9-
scikit-image==0.19.3
10-
scipy==1.9.1
11-
pandas==1.4.3
2+
torchvision==0.14.1
3+
ray[serve]==2.3.0
4+
fastapi==0.92.0
5+
imageio==2.26.0
6+
kornia==0.6.10
7+
opencv-python==4.7.0.72
8+
Pillow==9.4.0
9+
scikit-image==0.20.0
10+
scipy==1.10.1
11+
pandas==1.5.3
1212
numpy
1313
awscli
1414
boto3

requirements-gpu.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
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
7-
opencv-python==4.6.0.66
8-
Pillow==9.2.0
9-
scikit-image==0.19.3
10-
scipy==1.9.1
2+
torchvision==0.14.1
3+
ray[serve]==2.3.0
4+
fastapi==0.92.0
5+
imageio==2.26.0
6+
kornia==0.6.10
7+
opencv-python==4.7.0.72
8+
Pillow==9.4.0
9+
scikit-image==0.20.0
10+
scipy==1.10.1
1111
numpy
1212
awscli
1313
boto3

0 commit comments

Comments
 (0)