Skip to content

Commit 2fa30cf

Browse files
Enable inference pipeline api on jetpack 6.2.0 (#2006)
* Enable inference-pipeline API on Jetpack 6.2.0 * Adjust pytest
1 parent d8dfd0d commit 2fa30cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ ENV VERSION_CHECK_MODE=once \
334334
ALLOW_INFERENCE_EXP_UNTRUSTED_MODELS=True \
335335
USE_INFERENCE_EXP_MODELS=False \
336336
RUNNING_ON_JETSON=True \
337-
L4T_VERSION=36.4.0
337+
L4T_VERSION=36.4.0 \
338+
ENABLE_STREAM_API=True
338339

339340
LABEL org.opencontainers.image.description="Inference Server - Jetson 6.2.0 (PyTorch from source, numpy 2.x)"
340341

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pytest]
2+
testpaths = tests inference_models/tests
23
markers =
34
slow: marks tests as slow (deselect with '-m "not slow"')
45
workflows: marks tests that run workflows (deselect with '-m "not workflows"')

0 commit comments

Comments
 (0)