This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -slim
1+ FROM python:3.11.2 -slim
22
33# Install necessary build tools
44RUN apt-get update -y \
Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -slim
1+ FROM python:3.11.2 -slim
22
33# Install necessary build tools
44RUN apt-get update -y \
Original file line number Diff line number Diff line change 11torch==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
66git+https://github.com/waspinator/pycococreator.git@0.2.1
77opencv-python<5.0.0
88Cython
Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -slim
1+ FROM python:3.11.2 -slim
22
33# Install necessary build tools
44RUN apt-get update -y && \
Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -slim
1+ FROM python:3.11.2 -slim
22
33# Install necessary build tools
44RUN apt-get update -y && \
Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -slim
1+ FROM python:3.11.2 -slim
22
33# Install necessary build tools
44RUN apt-get update -y && \
Original file line number Diff line number Diff line change 11torch==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
1212numpy
1313awscli
1414boto3
Original file line number Diff line number Diff line change 11torch==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
1111numpy
1212awscli
1313boto3
You can’t perform that action at this time.
0 commit comments