Spaces:
Sleeping
Sleeping
test
Browse files- Dockerfile +2 -2
- requirements.txt +21 -0
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#FROM pengchuanzhang/pytorch:ubuntu20.04_torch1.9-cuda11.3-nccl2.9.9
|
2 |
-
|
3 |
-
FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
|
4 |
|
5 |
|
6 |
WORKDIR /code
|
|
|
1 |
#FROM pengchuanzhang/pytorch:ubuntu20.04_torch1.9-cuda11.3-nccl2.9.9
|
2 |
+
FROM python:3.9
|
3 |
+
#FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
|
4 |
|
5 |
|
6 |
WORKDIR /code
|
requirements.txt
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
einops
|
2 |
shapely
|
3 |
timm
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.10.0+cu113
|
3 |
+
torchvision==0.11.0+cu113
|
4 |
+
numpy==1.23.3
|
5 |
+
einops
|
6 |
+
shapely
|
7 |
+
timm
|
8 |
+
yacs
|
9 |
+
tensorboardX
|
10 |
+
ftfy
|
11 |
+
prettytable
|
12 |
+
pymongo
|
13 |
+
click
|
14 |
+
opencv-python
|
15 |
+
inflect
|
16 |
+
nltk
|
17 |
+
scipy
|
18 |
+
scikit-learn
|
19 |
+
pycocotools
|
20 |
+
transformers
|
21 |
+
pycocotools
|
22 |
einops
|
23 |
shapely
|
24 |
timm
|