Update job file path.

This commit is contained in:
Patrick Jentsch 2019-08-01 10:32:21 +02:00
parent 78040536f2
commit bf00670784

View File

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