Change path to fit in the development swarm.

This commit is contained in:
Patrick Jentsch 2019-07-19 15:15:28 +02:00
parent 2d6805a990
commit de6efc3aac

View File

@ -32,7 +32,7 @@ class Swarm:
job['service_args']['version'] job['service_args']['version']
) )
_labels = {'service': 'ocr'} _labels = {'service': 'ocr'}
_mounts = ['/media/sf_files:/input:rw'] _mounts = ['/home/compute/lovelace/opaque/files:/input:rw']
_name = job['id'] _name = job['id']
''' '''
' The Docker SDK for Python expects the cpu_reservation value to be ' The Docker SDK for Python expects the cpu_reservation value to be