Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Everyone, Has Anyone Encountered The Following Error?

Hi everyone,

Has anyone encountered the following error?

ERROR: The Compose file './docker-compose-triton-gpu.yml' is invalid because:
services.clearml-serving-triton.deploy.resources.reservations value Additional properties are not allowed ('devices' was unexpected)

This occurred after running the command:

docker-compose --env-file example.env -f docker-compose-triton-gpu.yml up

Any insights on how to resolve this? Thank you!

  
  
Posted 3 months ago
Votes Newest

Answers 2


Hi @<1523701087100473344:profile|SuccessfulKoala55> , I'm using Docker Compose version v2.27.0

  
  
Posted 3 months ago

Hi @<1690896098534625280:profile|NarrowWoodpecker99> , is it possible you're using a newer or older compose version?

  
  
Posted 3 months ago
368 Views
2 Answers
3 months ago
3 months ago
Tags