When was the general availability (GA) release of Workbench v5?
Which integrated development environments (IDEs) can I use with Workbench?
Can I deploy multiple data science applications to Workbench?
Does Workbench support high availability deployments?
Which identity management and authentication protocols does Workbench support?
Does Workbench support two-factor authentication (including one-time passwords)?
What operating systems are supported for Workbench?
What are the minimum system requirements for Workbench nodes?
Which browsers are supported for Workbench?
Does Workbench come with a version control system?
Can Workbench integrate with my own Git server?
How do I install Workbench?
Can Workbench be installed on-premises?
Can Workbench be installed on cloud environments?
Does Workbench support air gapped (off-line) environments?
Can I build Docker images for the install of Workbench?
Can I install Workbench on my own instance of Kubernetes?
Can I get the Workbench installer packaged as a virtual machine (VM), Amazon Machine Image (AMI) or other installation package?
Which ports are externally accessible from Workbench?
Can I use Workbench to connect to my Hadoop/Spark cluster?
How can I manage Anaconda packages on my Hadoop/Spark cluster?
On how many nodes can I install Workbench?
Can I generate certificates manually?
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:
How can I make GPUs available to my team of data scientists?
What software is GPU accelerated?
keras-gpu
)tensorflow-gpu
)caffe-gpu
)pytorch
)mxnet-gpu
)py-xgboost-gpu
)cupy
)numba
)What hardware does each of my cluster nodes require?
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.How many GPUs does my cluster need?
What kind of GPUs should I use?
Can I mix GPU models in one cluster?
Can I use cloud GPUs?
What operating systems and Python versions are supported for Anaconda Project?
How is encapsulation with Anaconda Project different from creating a workspace or project in Spyder, PyCharm, or other IDEs?
What types of projects can I deploy?
Does Workbench include Docker images for my data science projects?
After upgrading Workbench my projects no longer work
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:Are the deployed, self-service notebooks read-only?
What happens when other people run the notebook? Does it overwrite any file, if notebook is writing to a file?
Can I define environment variables as part of my data science project?
How are Anaconda Project and Workbench available?
Where can I find example projects for Workbench?
Does Workbench support batch scoring with REST APIs?
Does Workbench provide tools to help define and implement REST APIs?
Do you offer support for Workbench?
Do you offer training for Workbench?
Do you have a question not answered here?