Open jnmaloof opened 3 years ago
To explore this a bit more, I:
1) installed cloudml from this repository rather than CRAN
2) Used the example mnist script:
library(cloudml)
dir.create("mnist-train")
file.copy(system.file("examples/mnist/train.R", package = "cloudml"), "mnist-train")
setwd("mnist-train")
cloudml_train()
The first error that pops up is probably not consequential:
ERROR: You have configured your Cloud SDK installation to be fixed to version [220.0.0]. Make sure this is a valid archived Cloud SDK version.
But things seem to go wrong when installing matrix 1.3-2, where I get:
curl: (22) The requested URL returned error: 404 Not Found
FAILED
Error in getSourceForPkgRecord(pkgRecord, srcDir(project), availablePackagesSource(repos = repos), :
Failed to retrieve package sources for Matrix 1.3-2 from CRAN (internet connectivity issue?)
Calls: retrieve_packrat_packages ... restoreImpl -> playActions -> installPkg -> getSourceForPkgRecord
Execution halted
Command ['Rscript', '/root/.local/lib/python3.7/site-packages/cloudml-model/cloudml/deploy.R'] failed: exit code 1
Command '['python3', '-m', 'cloudml-model.cloudml.deploy', 'Rscript', '--job-dir', 'gs://jm-dl-r-2/r-cloudml/staging']' returned non-zero exit status 1.
full logs in csv and JSON attached
Submitting first job through cloudml, and there are errors on the cloud install.
Log from google cloud console: