This commit is contained in:
Patrick Jentsch 2019-08-05 12:25:58 +02:00
parent f506a562cd
commit 602ef371f8

View File

@ -33,7 +33,7 @@ class Swarm:
) )
_labels = {'service': 'ocr'} _labels = {'service': 'ocr'}
_mounts = [ _mounts = [
'/home/compute/lovelace/opaque/jobs:/files:rw', '/home/compute/mnt/opaque/jobs:/files:rw',
] ]
_name = job['id'] _name = job['id']
''' '''