33
33
sudo apt-get update && \
34
34
sudo apt-get install -y conda
35
35
sudo apt-get install -y ca-certificates cmake curl patch
36
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
36
+ sudo apt-get install -y libopencv-dev
37
37
38
38
sudo rm -rfv /usr/bin/conda || true
39
39
62
62
sudo apt-get update && \
63
63
sudo apt-get install -y conda
64
64
sudo apt-get install -y ca-certificates cmake curl patch
65
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
65
+ sudo apt-get install -y libopencv-dev
66
66
67
67
sudo rm -rfv /usr/bin/conda || true
68
68
91
91
sudo apt-get update && \
92
92
sudo apt-get install -y conda
93
93
sudo apt-get install -y ca-certificates cmake curl patch
94
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
94
+ sudo apt-get install -y libopencv-dev
95
95
96
96
sudo rm -rfv /usr/bin/conda || true
97
97
@@ -121,7 +121,7 @@ jobs:
121
121
sudo apt-get update && \
122
122
sudo apt-get install -y conda
123
123
sudo apt-get install -y ca-certificates cmake curl patch
124
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
124
+ sudo apt-get install -y libopencv-dev
125
125
126
126
sudo rm -rfv /usr/bin/conda || true
127
127
@@ -152,7 +152,7 @@ jobs:
152
152
sudo apt-get update && \
153
153
sudo apt-get install -y conda
154
154
sudo apt-get install -y ca-certificates cmake curl patch
155
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
155
+ sudo apt-get install -y libopencv-dev
156
156
157
157
sudo rm -rfv /usr/bin/conda || true
158
158
@@ -223,7 +223,7 @@ jobs:
223
223
# sudo apt-get update && \
224
224
# sudo apt-get install -y conda
225
225
# sudo apt-get install -y ca-certificates cmake curl patch
226
- # sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
226
+ # sudo apt-get install -y libopencv-dev
227
227
228
228
# sudo rm -rfv /usr/bin/conda || true
229
229
@@ -255,7 +255,7 @@ jobs:
255
255
# sudo apt-get update && \
256
256
# sudo apt-get install -y conda
257
257
# sudo apt-get install -y ca-certificates cmake curl patch
258
- # sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
258
+ # sudo apt-get install -y libopencv-dev
259
259
# sudo rm -rfv /usr/bin/conda || true
260
260
# - name: Test vllm
261
261
# run: |
@@ -281,7 +281,7 @@ jobs:
281
281
sudo apt-get update && \
282
282
sudo apt-get install -y conda
283
283
sudo apt-get install -y ca-certificates cmake curl patch
284
- sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
284
+ sudo apt-get install -y libopencv-dev
285
285
sudo rm -rfv /usr/bin/conda || true
286
286
- name : Test vall-e-x
287
287
run : |
0 commit comments