Skip to content

Commit

Permalink
fix: use latest for deepaas_ui Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Aug 23, 2024
1 parent f4d5bdb commit bc13658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/try_me/nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ job "try-${JOB_UUID}" {

config {
force_pull = true
image = "registry.services.ai4os.eu/ai4os/deepaas_ui"
image = "registry.services.ai4os.eu/ai4os/deepaas_ui:latest"
ports = ["ui"]
shm_size = 250000000 # 250MB
memory_hard_limit = 500 # MB
Expand Down

0 comments on commit bc13658

Please sign in to comment.