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
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,17 @@ To create an environment:
18
18
**Inference*
19
19
20
20
If you selected *Inference*, in the *endpoint* pane, select a *Protocol* from the dropdown, then enter the *Container port*.
21
+
21
22
6. Select a tool from the list. You can add multiple tools by pressing *+ Tool*. Selecting a tool is optional.
22
23
23
24
Tools can be:
24
25
25
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.
26
27
* Open source tools (for example, Jupyter notebook) or commercial 3rd party tools (for example,. MATLAB)
27
28
29
+
!!! Note
30
+
Tool configuration is not supported with *Inference* environments.
31
+
28
32
It is also possible to set up a custom tool used by the organization.
29
33
30
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:
@@ -33,7 +37,9 @@ To create an environment:
33
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).
34
38
35
39
!!! Note
36
-
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:
37
43
38
44
* The container image needs to support the tool.
39
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).
@@ -52,10 +58,10 @@ To create an environment:
52
58
1. Settings in the image—security settings that come with the image file.
0 commit comments