Spaces:
Runtime error
Runtime error
Update Dockerfile to specify version for supervision package
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ WORKDIR $HOME/app
|
|
31 |
RUN pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 -f https://download.pytorch.org/whl/torch_stable.html
|
32 |
|
33 |
# Install dependencies
|
34 |
-
RUN pip install --no-cache-dir gradio==3.50.2 opencv-python supervision pillow
|
35 |
|
36 |
# Install SAM and Detectron2
|
37 |
RUN pip install 'git+https://github.com/facebookresearch/segment-anything.git'
|
|
|
31 |
RUN pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 -f https://download.pytorch.org/whl/torch_stable.html
|
32 |
|
33 |
# Install dependencies
|
34 |
+
RUN pip install --no-cache-dir gradio==3.50.2 opencv-python supervision==0.17.0rc3 pillow
|
35 |
|
36 |
# Install SAM and Detectron2
|
37 |
RUN pip install 'git+https://github.com/facebookresearch/segment-anything.git'
|