Spaces:
Runtime error
Runtime error
Jitesh Jain
commited on
Commit
·
55b6a55
1
Parent(s):
a613d6a
Fix cocoapi
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ RUN python3.8 -m pip install typing-extensions
|
|
| 50 |
RUN python3.8 -m pip install --upgrade setuptools
|
| 51 |
RUN python3.8 -m pip install wheel
|
| 52 |
RUN python3.8 -m pip install cython
|
| 53 |
-
RUN python3.8 -m pip install
|
| 54 |
RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
| 55 |
|
| 56 |
COPY . .
|
|
|
|
| 50 |
RUN python3.8 -m pip install --upgrade setuptools
|
| 51 |
RUN python3.8 -m pip install wheel
|
| 52 |
RUN python3.8 -m pip install cython
|
| 53 |
+
RUN python3.8 -m pip install git+https://github.com/cocodataset/panopticapi.git
|
| 54 |
RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
| 55 |
|
| 56 |
COPY . .
|
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ torchaudio==0.9.0
|
|
| 5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
| 6 |
detectron2==0.6
|
| 7 |
opencv-python
|
| 8 |
-
git+https://github.com/
|
| 9 |
git+https://github.com/mcordts/cityscapesScripts.git
|
| 10 |
imutils
|
| 11 |
-f https://shi-labs.com/natten/wheels/cu111/torch1.9/index.html
|
|
|
|
| 5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
| 6 |
detectron2==0.6
|
| 7 |
opencv-python
|
| 8 |
+
git+https://github.com/cocodataset/panopticapi.git
|
| 9 |
git+https://github.com/mcordts/cityscapesScripts.git
|
| 10 |
imutils
|
| 11 |
-f https://shi-labs.com/natten/wheels/cu111/torch1.9/index.html
|