Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 2, 2024
1 parent 9891faf commit 74f7e1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ RUN pip3 install requests==2.28.2 urllib3==1.26.15
RUN pip3 install packaging==21.3
RUN pip3 install dill==0.3.8
RUN pip3 install ruamel.yaml==0.17.21
RUN python3 -m pip install pycocotools scikit-learn plotly==5.22.0

RUN pip3 install ultralytics==8.3.15
RUN pip3 install onnxruntime-gpu==1.18.0
RUN pip3 install dill==0.2.8.2 tf2onnx==1.16.1 skl2onnx==1.17.0
RUN pip3 uninstall -y nvidia-cudnn-cu11
RUN python3 -m pip install supervisely[tracking,model-benchmark]==6.73.239
RUN python3 -m pip install supervisely[tracking]==6.73.243
RUN python3 -c "from supervisely.nn.tracker import *"

LABEL python_sdk_version=6.73.232
LABEL python_sdk_version=6.73.243

0 comments on commit 74f7e1d

Please sign in to comment.