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
Copy file name to clipboardExpand all lines: docs/Researcher/user-interface/workspaces/create/create-env.md
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,27 @@ To create an environment:
8
8
4. Enter the image URL path and an image pull policy.
9
9
5. Choose a supported workload type. Configure this section based on the type of workload you expect to run in this environment. Choose from:
10
10
11
-
*`Single node`—use for running workloads on a single node.
12
-
*`Multi-node`—use for running distributed workloads on multiple nodes.
11
+
**Standard*—use for running workloads on a single node.
12
+
**Distributed*—use for running distributed workloads on multiple nodes.
13
13
14
14
Then choose the workload that can use the environment:
15
15
16
-
*`Workspace`
17
-
*`Training`
18
-
6. In the *Supported workload types* pane select either `Single node` or `Multi-node (Distributed)`.
16
+
**Workspace*
17
+
**Training*
18
+
**Inference*
19
19
20
-
1. If you selected `Single node`, select `Workspace`, or `Training` or both.
21
-
2. If you selected `Multi-node (Distributed)`, select a framework from the dropdown, then select `Workspace`, or `Training` or both.
20
+
If you selected *Inference*, in the *endpoint* pane, select a *Protocol* from the dropdown, then enter the *Container port*.
22
21
23
-
7. Select a tool from the list. You can add multiple tools by pressing *+ Tool*. Selecting a tool is optional.
22
+
6. Select a tool from the list. You can add multiple tools by pressing *+ Tool*. Selecting a tool is optional.
24
23
25
24
Tools can be:
26
25
27
26
* Different applications such as Code editor IDEs (for example, VS Code), Experiment tracking (for example, Weight and Biases), visualization tools (for example, Tensor Board), and more.
28
27
* Open source tools (for example, Jupyter notebook) or commercial 3rd party tools (for example,. MATLAB)
29
28
29
+
!!! Note
30
+
Tool configuration is not supported with *Inference* environments.
31
+
30
32
It is also possible to set up a custom tool used by the organization.
31
33
32
34
For each tool, you must set the type of connection interface and port. If not set, default values are provided. The supported connection types are:
@@ -35,12 +37,14 @@ To create an environment:
35
37
* External node port: A [NodePort](../../../../admin/runai-setup/config/allow-external-access-to-containers.md) exposes your application externally on every host of the cluster, access the tool using `http://<HOST_IP>:<NODEPORT>` (for example, http://203.0.113.20:30556).
36
38
37
39
!!! Note
38
-
Selecting a tool requires configuration to be up and running. To configure a tool:
40
+
Selecting a tool requires a configuration to be up and running.
41
+
42
+
To configure a tool:
39
43
40
44
* The container image needs to support the tool.
41
45
* The administrator must configure a DNS record and certificate. For more information, see [Workspaces configuration](../../../../admin/runai-setup/config/allow-external-access-to-containers.md#workspaces-configuration).
42
46
43
-
8. Configure runtime settings with:
47
+
7. Configure runtime settings with:
44
48
45
49
1. Commands and arguments—visible, but not editable in the workspace creation form.
46
50
2. Environment variables—visible and editable in the workspace creation form.
@@ -49,15 +53,15 @@ To create an environment:
49
53
!!! Note
50
54
The value of an environment variable can remain empty for the researcher to fill in when creating a workspace.
51
55
52
-
9. Configure the security settings from:
56
+
8. Configure the security settings from:
53
57
54
58
1. Settings in the image—security settings that come with the image file.
0 commit comments