View source: R/greta_create_conda_env.R
greta_create_conda_env | R Documentation |
This function runs reticulate::conda_create()
inside
callr::r_process_options()
, to create the conda environment,
"greta-env-tf2". This is used within install_greta_deps()
as part of
setting up python dependencies. It uses a version of python that is
compatible with the versions of tensorflow and tensorflow-probability,
which is established with greta_deps_spec()
. We mostly recommend
users use install_greta_deps()
to manage their python dependency
installation.
greta_create_conda_env(timeout = 5, deps = greta_deps_spec())
timeout |
time (minutes) until installation stops. Default is 5 minutes. |
deps |
dependency specification, see |
nothing - creates a conda environment for a specific python version
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.