When was the general availability (GA) release of Workbench v5?
When was the general availability (GA) release of Workbench v5?
Our most recent version was released February 28, 2023 (version 5.6.1).
Which integrated development environments (IDEs) can I use with Workbench?
Which integrated development environments (IDEs) can I use with Workbench?
Can I deploy multiple data science applications to Workbench?
Can I deploy multiple data science applications to Workbench?
Does Workbench support high availability deployments?
Does Workbench support high availability deployments?
Which identity management and authentication protocols does Workbench support?
Which identity management and authentication protocols does Workbench support?
- LDAP / AD
- SAML
- Kerberos
Does Workbench support two-factor authentication (including one-time passwords)?
Does Workbench support two-factor authentication (including one-time passwords)?
System requirements
What operating systems are supported for Workbench?
What operating systems are supported for Workbench?
What are the minimum system requirements for Workbench nodes?
What are the minimum system requirements for Workbench nodes?
Which browsers are supported for Workbench?
Which browsers are supported for Workbench?
Does Workbench come with a version control system?
Does Workbench come with a version control system?
Can Workbench integrate with my own Git server?
Can Workbench integrate with my own Git server?
Installation
How do I install Workbench?
How do I install Workbench?
Can Workbench be installed on-premises?
Can Workbench be installed on-premises?
Can Workbench be installed on cloud environments?
Can Workbench be installed on cloud environments?
Does Workbench support air gapped (off-line) environments?
Does Workbench support air gapped (off-line) environments?
Can I build Docker images for the install of Workbench?
Can I build Docker images for the install of Workbench?
Can I install Workbench on my own instance of Kubernetes?
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?
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?
Which ports are externally accessible from Workbench?
Can I use Workbench to connect to my Hadoop/Spark cluster?
Can I use Workbench to connect to my Hadoop/Spark cluster?
How can I manage Anaconda packages on my Hadoop/Spark cluster?
How can I manage Anaconda packages on my Hadoop/Spark cluster?
On how many nodes can I install Workbench?
On how many nodes can I install Workbench?
- One node (one master node)
- Two nodes (one master node, one worker node)
- Three nodes (one master node, two worker nodes)
- Four nodes (one master node, three worker nodes)
Can I generate certificates manually?
Can I generate certificates manually?
-
Generate self-signed temporary certificates. On the master node, run:
Replace
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 commandsudo gravity enter
. -
Update the
certs
secret: Replace the built-incerts
secret with the contents ofsecrets.yaml
. Enter the Workbench environment and run these commands:
GPU Support
How can I make GPUs available to my team of data scientists?
How can I make GPUs available to my team of data scientists?
- Build a dedicated GPU-only cluster.
If GPUs will be used by specific teams only, creating a separate cluster allows you to more carefully control GPU access. - Build a heterogeneous cluster.
Not all projects require GPUs, so a cluster containing a mix of worker nodes—with and without GPUs—can serve a variety of use cases in a cost-effective way. - Add GPU nodes to an existing cluster.
If your team’s resource requirements aren’t clearly defined, you can start with a CPU-only cluster, and add GPU nodes to create a heterogeneous cluster when the need arises.
What software is GPU accelerated?
What software is GPU accelerated?
- Keras (
keras-gpu
) - TensorFlow (
tensorflow-gpu
) - Caffe (
caffe-gpu
) - PyTorch (
pytorch
) - MXNet (
mxnet-gpu
)
- XGBoost (
py-xgboost-gpu
)
- CuPy (
cupy
) - Numba (
numba
)
What hardware does each of my cluster nodes require?
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?
How many GPUs does my cluster need?
What kind of GPUs should I use?
What kind of GPUs should I use?
- Tesla V100 (recommended)
- Tesla P100 (adequate)
Can I mix GPU models in one cluster?
Can I mix GPU models in one cluster?
Can I use cloud GPUs?
Can I use cloud GPUs?
Anaconda Project
What operating systems and Python versions are supported for Anaconda Project?
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?
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?
What types of projects can I deploy?
- Notebooks (Python)
- Bokeh applications and dashboards
- REST APIs in Python (including machine learning scoring and predictions)
- Python scripts
- Third-party apps, web frameworks, and visualization tools such as Tensorboard, Flask, Falcon, deck.gl, plot.ly Dash, and more.
Does Workbench include Docker images for my data science projects?
Does Workbench include Docker images for my data science projects?
After upgrading Workbench my projects no longer work
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:Notebooks
Are the deployed, self-service notebooks read-only?
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?
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?
Can I define environment variables as part of my data science project?
How are Anaconda Project and Workbench available?
How are Anaconda Project and Workbench available?
Where can I find example projects for Workbench?
Where can I find example projects for Workbench?
Does Workbench support batch scoring with REST APIs?
Does Workbench support batch scoring with REST APIs?
Does Workbench provide tools to help define and implement REST APIs?
Does Workbench provide tools to help define and implement REST APIs?
Help and training
Do you offer support for Workbench?
Do you offer support for Workbench?
Do you offer training for Workbench?
Do you offer training for Workbench?
Do you have a question not answered here?
Do you have a question not answered here?