Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/auth_utils/metrics.txt

This file was deleted.

1 change: 0 additions & 1 deletion api/handlers/tis_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def start(org_name, model_id, handler_metadata, model_name, replicas=1):
model_repo = get_model_bundle_root(org_name, model_id)
bundle_requirements_file = os.path.join(model_repo, model_name, "requirements.txt")
# TODO: can leverage the shared pv to print logs inside the triton server.
# https://gitlab-master.nvidia.com/dlmed/medical-service/-/merge_requests/71#note_17855255
pre_command = f"umask 0 && pip install -r {bundle_requirements_file}" if os.path.exists(bundle_requirements_file) else "umask 0"
run_command = f"{pre_command} && /opt/tritonserver/bin/tritonserver --model-repository={model_repo} --model-control-mode=explicit --load-model=*"
# ports for http, grpc and metrics
Expand Down