-
Notifications
You must be signed in to change notification settings - Fork 12
/
.project-metadata.yaml
44 lines (39 loc) · 1.05 KB
/
.project-metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Image Analysis
description: Prototype to demonstrate semantic image search
author: Cloudera Inc.
specification_version: 1.0
prototype_version: 2.0
date: "2022-03-25"
runtimes:
- editor: PBJ Workbench
kernel: Python 3.9
edition: Standard
tasks:
- type: run_session
name: Install Dependencies
script: cml/install_dependencies.py
kernel: python3
cpu: 2
memory: 4
- type: create_job
name: Create FAISS index
entity_label: create_index
script: cml/create_index.py
arguments: None
short_summary: Job to create FAISS index.
cpu: 2
memory: 4
environment:
TASK_TYPE: CREATE/RUN_JOB
- type: run_job
entity_label: create_index
short_summary: Running FAISS index creation job.
long_summary: >-
Running FAISS index creation job.
- type: start_application
name: Application to serve UI
short_summary: Create an application to serve the image analysis UI
subdomain: imageanalysis
script: app/backend/app.py
environment_variables:
TASK_TYPE: START_APPLICATION