DESIRED_FQDN
with the fully-qualified domain of the cluster to which you are installing Workbench.
Saving this file as /var/lib/gravity/planet/share/secrets.yaml
on the Workbench master node makes it accessible as /ext/share/secrets.yaml
within the Workbench environment, which can be accessed with the command sudo gravity enter
.
certs
secret:
Replace the built-in certs
secret with the contents of secrets.yaml
. Enter the Workbench environment and run these commands:
keras-gpu
)tensorflow-gpu
)caffe-gpu
)pytorch
)mxnet-gpu
)py-xgboost-gpu
)cupy
)numba
)m4.4xlarge
instance and one GPU worker node running on a p3.2xlarge
instance. More users will require more worker nodes—and possibly a mix of CPU and GPU worker nodes.See Hardware requirements for the baseline requirements for Workbench.anaconda-project.yml
file.If you were using modified template anaconda-project.yml
files for Python 2.7, 3.5, or 3.6, it is best to leave the package list empty in the env_specs
section. Then you should add your required packages and their versions to the global package list.Here’s an example using the Python 3.6 template anaconda-project.yml
file from Workbench version 5.3.1 where the package list has been removed from the env_specs
and the required packages added to the global list: