Spaces:
Running
Running
Commit
·
0ec6577
1
Parent(s):
f62d79d
fix: images being in the wrong place
Browse files- cloudbuild.yaml +3 -2
cloudbuild.yaml
CHANGED
@@ -7,8 +7,6 @@ steps:
|
|
7 |
"us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction",
|
8 |
"./core-model-prediction",
|
9 |
]
|
10 |
-
images:
|
11 |
-
- "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction"
|
12 |
|
13 |
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
|
14 |
entrypoint: "bash"
|
@@ -48,3 +46,6 @@ steps:
|
|
48 |
--machine-type="n1-standard-4" \
|
49 |
--accelerator="count=1,type=nvidia-tesla-t4" \
|
50 |
--service-account="vertex-ai-user-managed-sa@steady-climate-416810.iam.gserviceaccount.com"
|
|
|
|
|
|
|
|
7 |
"us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction",
|
8 |
"./core-model-prediction",
|
9 |
]
|
|
|
|
|
10 |
|
11 |
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
|
12 |
entrypoint: "bash"
|
|
|
46 |
--machine-type="n1-standard-4" \
|
47 |
--accelerator="count=1,type=nvidia-tesla-t4" \
|
48 |
--service-account="vertex-ai-user-managed-sa@steady-climate-416810.iam.gserviceaccount.com"
|
49 |
+
|
50 |
+
images:
|
51 |
+
- "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction"
|