'''
install.packages("tensorflow")
library(tensorflow)
install_tensorflow()
Activated conda python: /cloud/home/.local/share/r-miniconda/envs/r-reticulate/bin/python
Collecting tensorflow==2.8.*
Downloading tensorflow-2.8.0-cp38-cp38-manylinux2010_x86_64.whl (497.6 MB)
Killed
Error: Error installing package(s): "'tensorflow==2.8.*'"
'''
How can I install tensorflow in RStudio Cloud?
Regards,