Skip to content

Commit

Permalink
remote path for storage changed
Browse files Browse the repository at this point in the history
remote path logic for CVAT data persistence was changed from multi- to single-instance
  • Loading branch information
Stifo authored Sep 6, 2024
1 parent efa9330 commit fabab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/tools/ai4os-cvat/nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ job "tool-cvat-${JOB_UUID}" {
RCLONE_CONFIG_RSHARE_VENDOR = "${NOMAD_META_RCLONE_CONFIG_RSHARE_VENDOR}"
RCLONE_CONFIG_RSHARE_USER = "${NOMAD_META_RCLONE_CONFIG_RSHARE_USER}"
RCLONE_CONFIG_RSHARE_PASS = "${NOMAD_META_RCLONE_CONFIG_RSHARE_PASS}"
REMOTE_PATH = "rshare:${NOMAD_META_RCLONE_REMOTE_PATH}/${NOMAD_META_job_uuid}"
REMOTE_PATH = "rshare:${NOMAD_META_RCLONE_REMOTE_PATH}"
LOCAL_PATH = "/storage"
}
config {
Expand Down

0 comments on commit fabab08

Please sign in to comment.