SkalskiP commited on
Commit
5e1611e
·
1 Parent(s): 1a1d05a

Update Dockerfile to specify version for supervision package

Browse files
Files changed (1) hide show
  1. 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'