Skip to content

Commit e5e9b01

Browse files
Merge pull request #1737 from roboflow/revert/trt-build-changes
Get rid of uv from TRT build
2 parents d58d402 + 48741c8 commit e5e9b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.nvidia_t4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
PORT=9101 INFERENCE_SERVER_REPO=roboflow-inference-server-gpu make start_test_docker_gpu
120120
- name: 🧪 Regression Tests - SAM3
121-
id: sam2_tests
121+
id: sam3_tests
122122
if: ${{ github.event.inputs.test_name == '' || github.event.inputs.test_name == 'sam3' }}
123123
run: |
124124
source .venv/bin/activate

docker/dockerfiles/Dockerfile.onnx.trt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY requirements/requirements.sam.txt \
2626
requirements/requirements.easyocr.txt \
2727
./
2828

29-
RUN pip install --upgrade pip setuptools uv && uv pip install --system \
29+
RUN pip install --upgrade pip setuptools && pip install \
3030
-r _requirements.txt \
3131
-r requirements.sam.txt \
3232
-r requirements.sam3.txt \

0 commit comments

Comments
 (0)