-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrobot.yaml
More file actions
33 lines (27 loc) · 801 Bytes
/
robot.yaml
File metadata and controls
33 lines (27 loc) · 801 Bytes
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
# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-robotyaml
tasks:
# Task names here are used when executing the bots, so renaming these is recommended.
Document AI Google:
robotTaskName: Document AI Google
Document AI Base64:
robotTaskName: Document AI Base64
Document AI Nanonets:
robotTaskName: Document AI Nanonets
Document AI All:
robotTaskName: Document AI All
Document AI Work Items:
robotTaskName: Document AI Work Items
condaConfigFile: conda.yaml
environmentConfigs:
- environment_windows_amd64_freeze.yaml
- environment_linux_amd64_freeze.yaml
- environment_darwin_amd64_freeze.yaml
- conda.yaml
artifactsDir: output
PATH:
- .
PYTHONPATH:
- .
ignoreFiles:
- .gitignore