Skip to content

Commit 59a11e3

Browse files
authored
Install tfhub package (#197)
http://b/270142712
1 parent 0ad4271 commit 59a11e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package_installs.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ install_torch()
6464
install_version("keras", version = "2.6.0.0", ask=FALSE)
6565

6666
install.packages(c('collections', 'languageserver'), dependencies=TRUE)
67+
68+
# The tfhub package is added to the rcran image.
69+
library(tfhub)
70+
install_tfhub()

0 commit comments

Comments
 (0)