build the base image without R support
longhowlam
Partner, Registered Posts: 24 Partner
Hi just wondering how to build the base image without R support. Can't see that in the documention
It takes a long time to build all the R packages, and I don't need R support
I am using the dssadmin tool bin/dssadmin build-container-exec-base-image
regards Longhow
It takes a long time to build all the R packages, and I don't need R support
I am using the dssadmin tool bin/dssadmin build-container-exec-base-image
regards Longhow
Tagged:
Answers
-
Hi Longhow,
You can build a base image without R support by adding the -r 0 option, e.g.:
./dssadmin build-container-exec-base-image -r 0
Regards,
Greg -
Thanks Greg this works!
Maybe by default you should not build the container with R support........