Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit bcc3a4a

Browse files
Merge pull request #7 from MetisMachine/features/use-new-config-version
Features/use new config version
2 parents e359a96 + 8f9b8fc commit bcc3a4a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

metis.config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
project_token: {{token}}
22
name: {{name}}
3-
language: python
4-
entrypoint: main.py
5-
resources:
6-
limits:
7-
cpu: 6
8-
memory: 2Gi
3+
jobs:
4+
- job_id: {{job_id}}
5+
language: python
6+
name: Main
7+
entrypoint: main.py
8+
resources:
9+
limits:
10+
cpu: 6
11+
memory: 2Gi

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
skafossdk>=0.0.8
1+
skafossdk>=0.0.11
22
http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl
33
torchvision
44
pandas

0 commit comments

Comments
 (0)