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 Oct 14, 2022
1 parent d12c8b7 commit 8a39c9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
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.10.8-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.10.8-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.10.8-slim

# Install necessary build tools
RUN apt-get update -y && \
Expand Down
14 changes: 7 additions & 7 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
torch==1.12.1
torchvision==0.13.1
ray[serve]==2.0.0
fastapi==0.81.0
imageio==2.21.2
kornia==0.6.6
fastapi==0.85.1
imageio==2.22.1
kornia==0.6.8
opencv-python==4.6.0.66
Pillow==9.2.0
scikit-image==0.19.3
scipy==1.9.1
pandas==1.4.3
scipy==1.9.2
pandas==1.5.0
numpy
awscli
boto3
Expand Down
12 changes: 6 additions & 6 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
torch==1.12.1
torchvision==0.13.1
ray[serve]==2.0.0
fastapi==0.81.0
imageio==2.21.2
kornia==0.6.6
fastapi==0.85.1
imageio==2.22.1
kornia==0.6.8
opencv-python==4.6.0.66
Pillow==9.2.0
scikit-image==0.19.3
scipy==1.9.1
scipy==1.9.2
numpy
awscli
boto3
Expand Down

0 comments on commit 8a39c9b

Please sign in to comment.