Spaces:
Sleeping
Sleeping
Dharini Baskaran
commited on
Commit
·
3b13e9e
1
Parent(s):
5ab334a
updating docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 15 |
RUN pip install torch==2.0.1+cpu torchvision==0.15.2+cpu torchaudio==2.0.2+cpu --index-url https://download.pytorch.org/whl/cpu
|
| 16 |
|
| 17 |
# Install required Python packages
|
| 18 |
-
RUN pip install opencv-python Pillow gdown gradio pycocotools scikit-image shapely
|
| 19 |
|
| 20 |
# Install detectron2 manually
|
| 21 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
|
|
|
| 15 |
RUN pip install torch==2.0.1+cpu torchvision==0.15.2+cpu torchaudio==2.0.2+cpu --index-url https://download.pytorch.org/whl/cpu
|
| 16 |
|
| 17 |
# Install required Python packages
|
| 18 |
+
RUN pip install opencv-python Pillow gdown gradio==4.25.0 pycocotools scikit-image shapely
|
| 19 |
|
| 20 |
# Install detectron2 manually
|
| 21 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|