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

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 2e75fc1 commit 3e5047e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion SegFormer/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion SegFormer/docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions SegFormer/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -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.15.1
mmcv-full==1.7.1
timm==0.6.13
pycocotools==2.0.6
git+https://github.com/waspinator/pycococreator.git@0.2.1
opencv-python<5.0.0
Cython
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.augmentation.cpu
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.healthcheck
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.preprocessing.cpu
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
20 changes: 10 additions & 10 deletions requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -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.15.1
ray[serve]==2.3.1
fastapi==0.95.0
imageio==2.27.0
kornia==0.6.11
opencv-python==4.7.0.72
Pillow==9.5.0
scikit-image==0.20.0
scipy==1.10.1
pandas==2.0.0
numpy
awscli
boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -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.15.1
ray[serve]==2.3.1
fastapi==0.95.0
imageio==2.27.0
kornia==0.6.11
opencv-python==4.7.0.72
Pillow==9.5.0
scikit-image==0.20.0
scipy==1.10.1
numpy
awscli
boto3
Expand Down

0 comments on commit 3e5047e

Please sign in to comment.