Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit de88422

Browse files
Ouput file is also stored in data-volumne, therefore it needs to be read and write
1 parent a56529a commit de88422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vantage/node/docker_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def run(self, result_id: int, image: str, database_uri: str,
186186
},
187187
os.environ["DATA_VOLUME_NAME"]:{
188188
"bind": "/mnt/data-volume",
189-
"mode": "ro"
189+
"mode": "rw"
190190
}
191191
}
192192
)

0 commit comments

Comments
 (0)