From bf006707848a8f08b080abf9c3184afb32900b72 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 1 Aug 2019 10:32:21 +0200
Subject: [PATCH] Update job file path.
---
app/swarm.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/swarm.py b/app/swarm.py
index 9214ab0a..d2ab7085 100644
--- a/app/swarm.py
+++ b/app/swarm.py
@@ -33,7 +33,7 @@ class Swarm:
)
_labels = {'service': 'ocr'}
_mounts = [
- '/home/compute/lovelace/opaque/files:/files:rw',
+ '/home/compute/lovelace/opaque/jobs:/files:rw',
]
_name = job['id']
'''