Skip to content

Commit

Permalink
Fixed installation of YOLOv7 on GPU (#8824)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Dec 13, 2024
1 parent ee98635 commit c729f18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- Installation of YOLOv7 on GPU
(<https://github.com/cvat-ai/cvat/pull/8824>)
4 changes: 2 additions & 2 deletions serverless/onnx/WongKinYiu/yolov7/nuclio/function-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
eventTimeout: 30s
build:
image: cvat.onnx.wongkinyiu.yolov7:latest-gpu
baseImage: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
baseImage: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu22.04

directives:
preCopy:
Expand All @@ -106,7 +106,7 @@ spec:
- kind: WORKDIR
value: /opt/nuclio
- kind: RUN
value: pip install onnxruntime-gpu=='1.16.*' opencv-python-headless pillow pyyaml
value: pip install onnxruntime-gpu=='1.20.*' opencv-python-headless pillow pyyaml
- kind: WORKDIR
value: /opt/nuclio
- kind: RUN
Expand Down

0 comments on commit c729f18

Please sign in to comment.