Skip to content

Commit

Permalink
fix: fix docker storage container path
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Sep 6, 2024
1 parent fabab08 commit 83bce2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/tools/ai4os-cvat/nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ job "tool-cvat-${JOB_UUID}" {
LOCAL_PATH = "/storage"
}
config {
image = "ignacioheredia/ai4-docker-storage"
force_pull = true
image = "registry.services.ai4os.eu/ai4os/docker-storage:latest"
privileged = true
volumes = [
"/nomad-storage/${NOMAD_META_job_uuid}/data:/storage/data:shared",
Expand Down

0 comments on commit 83bce2b

Please sign in to comment.