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
If I Want To Run Tensorflow (Version 2.10.0 With Python 3.8) With The Aws Autoscaler, Which Ami And Docker Base Image Should I Choose?

If I want to run tensorflow (version 2.10.0 with Python 3.8) with the AWS autoscaler, which AMI and Docker base image should I choose?

  
  
Posted one year ago
Votes Newest

Answers 3


I would look for an AMI that has already cuda and all drivers installed. Same goes for the docker image

  
  
Posted one year ago

Oh, right... the Docker image running on the instance takes care of the library versions. You guys are great!

  
  
Posted one year ago

Make sure it also has docker installed 🙂

  
  
Posted one year ago
732 Views
3 Answers
one year ago
one year ago
Tags