Skip to content

Commit c2a6621

Browse files
committed
-
1 parent 04413f4 commit c2a6621

File tree

3 files changed

+381
-193
lines changed

3 files changed

+381
-193
lines changed

dockerize/request.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"id": "TEST_ID",
3+
"inputs": [{
4+
"name": "data",
5+
"datatype": "json",
6+
"shape": [1],
7+
"data": [{
8+
"bucket": "not_needed",
9+
"root_path": "/home/model-server/temp",
10+
"input_folder": "input",
11+
"output_folder": "output",
12+
"input_files": ["/home/ubuntu/workspace/secret-ai-fetch/examples/input/sample_A1.jpg"]
13+
}]
14+
}]
15+
}

dockerize/secretai/build-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"build_time": "2025-06-24T23:26:59Z",
2+
"build_time": "2025-06-24T23:49:59Z",
33
"image_name": "monai-secretai",
44
"image_tag": "dev",
5-
"git_commit": "ae5f7b77802f5b3b11a6e4911c38353c0df15f4d",
5+
"git_commit": "04413f4a302cffd6724910aca12083d8b6c3e0ec",
66
"git_branch": "master",
77
"platform": "",
88
"builder": "ubuntu@158-101-123-7"

0 commit comments

Comments
 (0)