You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{productname-long} includes a selection of default workbench images that a data scientist can select when they create or edit a workbench.
@@ -17,39 +16,14 @@ A custom workbench image is simply a container image. You build one as you would
17
16
18
17
You have the following options for creating a custom workbench image:
19
18
20
-
ifdef::upstream[]
21
19
* Start from one of the default images, as described in
22
20
link:{odhdocshome}/managing-resources/#creating-a-custom-image-from-default-image_custom-images[Creating a custom image from a default {productname-short} image]
23
21
24
22
* Create your own image by following the guidelines for making it compatible with OpenShift AI, as described in
25
23
link:{odhdocshome}/managing-resources/#creating-a-custom-image-from-your-own-image_custom-images[Creating a custom image from your own image]
26
-
endif::[]
27
-
28
-
ifndef::upstream[]
29
-
* Start from one of the default images, as described in
30
-
link:{rhoaidocshome}{default-format-url}/managing_resources/creating-custom-workbench-images#creating-a-custom-image-from-default-image_custom-images[Creating a custom image from a default {productname-short} image]
31
-
32
-
* Create your own image by following the guidelines for making it compatible with OpenShift AI, as described in
33
-
link:{rhoaidocshome}{default-format-url}/managing_resources/creating-custom-workbench-images#creating-a-custom-image-from-your-own-image_custom-images[Creating a custom image from your own image]
34
-
endif::[]
35
-
36
-
37
-
ifndef::upstream[]
38
-
[IMPORTANT]
39
-
====
40
-
{org-name} supports adding custom workbench images to your deployment of {productname-short}, ensuring that they are available for selection when creating a workbench. However, {org-name} does not support the contents of your custom workbench image. That is, if your custom workbench image is available for selection during workbench creation, but does not create a usable workbench, {org-name} does not provide support to fix your custom workbench image.
41
-
42
-
43
-
====
44
-
endif::[]
45
24
46
25
.Additional resources
47
26
48
-
ifndef::upstream[]
49
-
For a list of the {productname-short} default workbench images and their pre-installed packages, see link:https://access.redhat.com/articles/rhoai-supported-configs[Supported Configurations].
50
-
end
51
-
endif::[]
52
-
53
27
For more information about creating images, see the following resources:
54
28
55
29
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/images/creating-images[Red Hat OpenShift Container Platform - Creating Images]
Copy file name to clipboardExpand all lines: modules/about-workbench-images.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ endif::[]
14
14
15
15
The following table lists the workbench images that are installed with {productname-long} by default.
16
16
17
-
If the pre-installed packages that are provided in these images are not sufficient for your use case, you have the following options:
17
+
If the preinstalled packages that are provided in these images are not sufficient for your use case, you have the following options:
18
18
19
19
* Install additional libraries after launching a default image. This option is good if you want to add libraries on an adhoc basis as you develop models. However, it can be challenging to manage the dependencies of installed libraries and your changes are not saved when the workbench restarts.
Copy file name to clipboardExpand all lines: modules/creating-a-custom-image-from-default-image.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can create a custom image by adding OS packages or applications to a default
12
12
* You know which default image you want to use as the base for your custom image.
13
13
ifndef::upstream[]
14
14
+
15
-
See link:https://access.redhat.com/articles/rhoai-supported-configs[Supported Configurations] for a list of the {productname-short} default workbench images and their pre-installed packages.
15
+
See link:https://access.redhat.com/articles/rhoai-supported-configs[Supported Configurations] for a list of the {productname-short} default workbench images and their preinstalled packages.
16
16
endif::[]
17
17
18
18
* You have `cluster-admin` access to the OpenShift console for the cluster where {productname-short} is installed.
0 commit comments