Skip to content

Commit

Permalink
update GPU image family to tf2-ent-latest-gpu #179
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Aug 19, 2021
1 parent a0ab951 commit 7881046
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Suggests:
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
2 changes: 1 addition & 1 deletion R/gpus.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gce_vm_gpu <- function(..., return_dots = FALSE){
}

if(is.null(dots$image_family)){
dots$image_family <- "tf-latest-cu92"
dots$image_family <- "tf2-ent-latest-gpu"
}

if(is.null(dots$predefined_type)){
Expand Down
4 changes: 2 additions & 2 deletions man/gce_vm_cluster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7881046

Please sign in to comment.