We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dfd0d commit 2fa30cfCopy full SHA for 2fa30cf
docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0
@@ -334,7 +334,8 @@ ENV VERSION_CHECK_MODE=once \
334
ALLOW_INFERENCE_EXP_UNTRUSTED_MODELS=True \
335
USE_INFERENCE_EXP_MODELS=False \
336
RUNNING_ON_JETSON=True \
337
- L4T_VERSION=36.4.0
+ L4T_VERSION=36.4.0 \
338
+ ENABLE_STREAM_API=True
339
340
LABEL org.opencontainers.image.description="Inference Server - Jetson 6.2.0 (PyTorch from source, numpy 2.x)"
341
pytest.ini
@@ -1,4 +1,5 @@
1
[pytest]
2
+testpaths = tests inference_models/tests
3
markers =
4
slow: marks tests as slow (deselect with '-m "not slow"')
5
workflows: marks tests that run workflows (deselect with '-m "not workflows"')
0 commit comments