Skip to content

Commit

Permalink
Fix use specific commit ID
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Apr 22, 2021
1 parent eced0c3 commit beff309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clearml_serving/serving_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, task_id=None, task_project=None, task_name=None, task=None, e
project_name=task_project, task_name=task_name, task_type=Task.TaskTypes.service,
repo="https://github.com/allegroai/clearml-serving.git",
branch="main",
commit="ad049c51c146e9b7852f87e2f040e97d88848a1f",
script="clearml_serving/service.py",
working_directory=".",
add_task_init_call=False,
Expand Down Expand Up @@ -190,6 +191,7 @@ def launch_engine(self, queue_name, queue_id=None, verbose=True):
task_type=Task.TaskTypes.inference,
repo="https://github.com/allegroai/clearml-serving.git",
branch="main",
commit="ad049c51c146e9b7852f87e2f040e97d88848a1f",
script="clearml_serving/triton_helper.py",
working_directory=".",
docker="nvcr.io/nvidia/tritonserver:21.03-py3 --ipc=host -p 8000:8000 -p 8001:8001 -p 8002:8002",
Expand Down

0 comments on commit beff309

Please # to comment.