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 All, I'M Getting Set Up With Gcp Autoscaler And I'M Wondering What Image People Typically Use For Running Docker Jobs. The Image That I Was Using

Hi all,

I'm getting set up with GCP Autoscaler and I'm wondering what image people typically use for running docker jobs. The image that I was using projects/debian-cloud/global/images/debian-11-bullseye-v20231115 does not appear to have docker preinstalled. Any suggestions would be greatly appreciated!

Cheers,
James

  
  
Posted 5 months ago
Votes Newest

Answers 3


@<1529271085315395584:profile|AmusedCat74> , I personally like nvcr.io/nvidia/pytorch:23.03-py3

  
  
Posted 5 months ago

Hi @<1529271085315395584:profile|AmusedCat74> , this is the default image I use
projects/ml-images/global/images/c6-deeplearning-tf2-ent-2-3-cu110-v20201105-ubuntu-1804
I guess the image really depends on your needs

  
  
Posted 5 months ago

@<1523701070390366208:profile|CostlyOstrich36> Thank you. Which docker image do you use with this machine image?

  
  
Posted 5 months ago
305 Views
3 Answers
5 months ago
5 months ago
Tags