Installing Jupyter Notebooks with Python 3.7 with GPU
A project administrator can install the Jupyter Notebooks with Python 3.7 with GPU service on IBM® Cloud Pak for Data.
Before you begin
Required role: To complete this task, you must be an administrator of the project (namespace) where you will deploy Jupyter Notebooks with Python 3.7 with GPU.
Before you install Jupyter Notebooks with Python 3.7 with GPU, ensure that:
The Cloud Pak for Data control plane is already installed on your Red Hat® OpenShift® cluster. For details, see Installing IBM Cloud Pak for Data.
The cluster meets the minimum requirements for
installing Jupyter Notebooks with Python 3.7 with GPU. For details, see System requirements for services.
You completed the steps in
Preparing to install and upgrade services.
If you are installing multiple services on your cluster, you must run the installations one at a time and wait until the installation completes before installing another service. You cannot run the installations in parallel.
./cpd-cli install --helpProcedure
- Complete the appropriate steps to install Jupyter Notebooks with Python 3.7 with GPU on your environment:
- Verifying that the installation completed successfully
- Checking for available patches
- Complete the tasks listed in What to do next
Installing on clusters connected to the internet
From your installation node:
- Change to the directory where you placed the Cloud Pak for Data command-line interface and the repo.yaml file.
- Log in to your Red Hat OpenShift cluster as a project
administrator:
oc login OpenShift_URL:port - Run the
following command to see a preview of what will be installed when you install the
service.Important: If you are using the internal Red Hat OpenShift registry and you are using the default self-signed certificate, specify the
--insecure-skip-tls-verifyflag to prevent x509 errors../cpd-cli install \ --repo ./repo.yaml \ --assembly runtime-addon-py37gpu \ --arch Cluster_architecture \ --namespace Project \ --storageclass Storage_class_name \ --transfer-image-to Registry_location \ --cluster-pull-prefix Registry_from_cluster \ --ask-push-registry-credentials \ --latest-dependency \ --dry-runImportant: By default, this command gets the latest version of the assembly. If you want to install a specific version of Jupyter Notebooks with Python 3.7 with GPU, add the following line to your command after the--assemblyflag:--version Assembly_version \The
--latest-dependencyflag gets the latest version of the dependent assemblies. If you remove the--latest-dependencyflag, the installer will get the minimum version of the dependent assemblies.If you are installing with Portworx storage, add the following line to your installation command after the--storageclassflag:--override-config portworx \If you are installing with OpenShift Container Storage, add the following line to your installation command after the--storageclassflag:--override-config ocs \Replace the following values:
Variable Replace with Assembly_version The version of Jupyter Notebooks with Python 3.7 with GPU that you want to install. The assembly versions are listed in System requirements for services.Cluster_architecture Specify the architecture of your cluster hardware: - For x86-64 hardware, remove this flag or specify x86_64
- For POWER hardware, specify ppc64le
Project Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Storage_class_name Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Registry_location Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Registry_from_cluster Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. - Rerun the previous command without the
--dry-runflag to install the service.
Installing on air-gapped clusters
From your installation node:
- Change to the directory where you placed the Cloud Pak for Data command-line interface.
- Log in to your Red Hat OpenShift cluster as a project
administrator:
oc login OpenShift_URL:port - Run
the following command to see a preview of what will be installed when you install the
service.Important: If you are using the internal Red Hat OpenShift registry:
- Do not specify the
--ask-pull-registry-credentialsparameter. - If you are using the default self-signed certificate, specify the
--insecure-skip-tls-verifyflag to prevent x509 errors.
./cpd-cli install \ --assembly runtime-addon-py37gpu \ --arch Cluster_architecture \ --namespace Project \ --storageclass Storage_class_name \ --cluster-pull-prefix Registry_from_cluster \ --ask-pull-registry-credentials \ --load-from Image_directory_location \ --latest-dependency \ --dry-runNote: If the assembly was downloaded using thedelta-imagescommand, remove the--latest-dependencyflag from the command. If you don't remove the--latest-dependencyflag you will get an error indicating that the flag cannot be used.If you are installing with Portworx storage, add the following line to your installation command after the--storageclassflag:--override-config portworx \If you are installing with OpenShift Container Storage, add the following line to your installation command after the--storageclassflag:--override-config ocs \Replace the following values:
Variable Replace with Cluster_architecture Specify the architecture of your cluster hardware: - For x86-64 hardware, remove this flag or specify x86_64
- For POWER hardware, specify ppc64le
Project Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Storage_class_name Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Registry_from_cluster Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services. Image_directory_location The location of the cpd-cli-workspace directory. Use the value provided by your cluster administrator. You should have obtained this information when you completed Preparing to install and upgrade services.
- Do not specify the
- Rerun the previous command without the
--dry-runflag to install the service.
Verifying that the installation completed successfully
From your installation node:
- Run the following
command:
./cpd-cli status \ --assembly runtime-addon-py37gpu \ --namespace ProjectReplace Project with the value you used in when you installed Jupyter Notebooks with Python 3.7 with GPU.
- If the installation completed successfully, the status of the assembly and the modules in the assembly is Ready.
- If the installation failed, contact IBM Support for assistance.
Checking for available patches
Determine whether there are any patches available for the version of Jupyter Notebooks with Python 3.7 with GPU that you installed:
- Clusters connected to the internet
- Run the following command to check for
patches:
./cpd-cli status \ --repo ./repo.yaml \ --namespace Project \ --assembly runtime-addon-py37gpu \ --patches \ --available-updates - Air-gapped clusters
- See the list of Available patches for Jupyter Notebooks with Python 3.7 with GPU.
If you need to apply patches to the service, follow the guidance in Applying patches.