Skip to content

Commit 2a6b5ce

Browse files
[RAPTOR-12737] Move Triton env to example (#1507)
* [YOLO] Move Triton env to example * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent db60ded commit 2a6b5ce

File tree

7 files changed

+2
-5
lines changed

7 files changed

+2
-5
lines changed
File renamed without changes.

public_dropin_gpu_environments/triton_server/Dockerfile renamed to example_dropin_environments/triton_server/Dockerfile

File renamed without changes.
File renamed without changes.

public_dropin_gpu_environments/triton_server/env_info.json renamed to example_dropin_environments/triton_server/env_info.json

File renamed without changes.

public_dropin_gpu_environments/triton_server/requirements.in renamed to example_dropin_environments/triton_server/requirements.in

File renamed without changes.

public_dropin_gpu_environments/triton_server/requirements.txt renamed to example_dropin_environments/triton_server/requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host public_dropin_gpu_environments/triton_server/requirements.in
5+
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
66
#
77
annotated-types==0.7.0
88
argcomplete==3.5.3
@@ -34,7 +34,6 @@ google-resumable-media==2.7.2
3434
googleapis-common-protos==1.67.0
3535
grpcio==1.70.0
3636
idna==3.10
37-
importlib-metadata==8.6.1
3837
isodate==0.7.2
3938
itsdangerous==2.2.0
4039
jinja2==3.1.5
@@ -69,7 +68,6 @@ requests==2.32.3
6968
requests-toolbelt==1.0.0
7069
rsa==4.9
7170
ruamel-yaml==0.17.4
72-
ruamel-yaml-clib==0.2.12
7371
s3transfer==0.11.2
7472
scipy==1.13.1
7573
six==1.17.0
@@ -83,7 +81,6 @@ typing-extensions==4.12.2
8381
tzdata==2025.1
8482
urllib3==1.26.20
8583
werkzeug==3.1.3
86-
zipp==3.21.0
8784

8885
# The following packages are considered to be unsafe in a requirements file:
8986
# setuptools

public_dropin_gpu_environments/triton_server/start_server.sh renamed to example_dropin_environments/triton_server/start_server.sh

File renamed without changes.

0 commit comments

Comments
 (0)