-
Notifications
You must be signed in to change notification settings - Fork 1
/
mloq.yaml
116 lines (106 loc) · 2.82 KB
/
mloq.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
globals:
project_name: judo
default_branch: main
owner: FragileTech
author: FragileTech
email: info@fragile.tech
description: "API and data structures for efficient AI research."
open_source: true
project_url: https://github.com/FragileTech/judo
license:
disable: false
license: MIT
copyright_year: 2020
copyright_holder: ${globals.owner}
open_source: ${globals.open_source}
project_name: ${globals.project_name}
email: ${globals.email}
project_url: ${globals.project_url}
project:
disable: false
docker: true # FIXME: depends on docker command
license: ${license.license} # FIXME: depends on docker command
project_name: ${globals.project_name}
owner: ${globals.owner}
description: ${globals.description}
project_url: ${globals.project_url}
tests: true
mlflow:
disable: true
docs:
disable: false
project_name: ${globals.project_name}
description: ${globals.description}
author: ${globals.author}
copyright_holder: ${license.copyright_holder}
copyright_year: ${license.copyright_year}
git:
disable: true
git_init: false
git_push: false
git_message: Generate project files with mloq
default_branch: ${globals.default_branch}
project_url: ${globals.project_url}
package:
disable: False
open_source: ${globals.open_source}
project_name: ${globals.project_name}
description: ${globals.description}
default_branch: ${globals.default_branch}
project_url: ${globals.project_url}
owner: ${globals.owner}
author: ${globals.author}
email: ${globals.email}
license: ${license.license}
python_versions:
- '3.7'
- '3.8'
- '3.9'
pyproject_extra: ""
license_classifier: "License :: OSI Approved :: MIT License"
pipenv: true
requirements:
disable: false
requirements:
- data-science
lint:
disable: false
docstring_checks: true
pyproject_extra: ""
project_name: ${globals.project_name}
makefile: true
docker:
disable: false
cuda: ???
cuda_image_type: "cudnn8-runtime-ubuntu20.04"
cuda_version: "11.2"
python_version: "3.8"
ubuntu_version: "20.04"
base_image: "ubuntu:20.04" # Replace with ??? when bug is fixed
test: true
lint: true
jupyter: true
jupyter_password: ${globals.project_name}
project_name: ${globals.project_name}
docker_org: fragiletech #${globals.owner}
requirements: ${requirements.requirements}
extra: ""
makefile: true
ci:
disable: false
bot_name: fragile-bot
bot_email: bot@fragile.tech
vendor: github
ci_python_version: '3.8'
ubuntu_version: ubuntu-20.04
open_source: ${globals.open_source}
project_name: ${globals.project_name}
default_branch: ${globals.default_branch}
owner: ${globals.owner}
author: ${globals.author}
email: ${globals.email}
project_url: ${globals.project_url}
docker_org: fragiletech
docker: true
python_versions: ${package.python_versions}
ci_extra: ""