Skip to content

Commit 357f73b

Browse files
RUN-14525 markdown corrections and content addition.
1 parent c8271bf commit 357f73b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/Researcher/user-interface/workspaces/create/create-env.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ To create an environment:
1818
* *Inference*
1919

2020
If you selected *Inference*, in the *endpoint* pane, select a *Protocol* from the dropdown, then enter the *Container port*.
21+
2122
6. Select a tool from the list. You can add multiple tools by pressing *+ Tool*. Selecting a tool is optional.
2223

2324
Tools can be:
2425

2526
* 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.
2627
* Open source tools (for example, Jupyter notebook) or commercial 3rd party tools (for example,. MATLAB)
2728

29+
!!! Note
30+
Tool configuration is not supported with *Inference* environments.
31+
2832
It is also possible to set up a custom tool used by the organization.
2933

3034
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:
3337
* 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).
3438

3539
!!! 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:
3743

3844
* The container image needs to support the tool.
3945
* 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:
5258
1. Settings in the image&mdash;security settings that come with the image file.
5359
2. Custom settings:
5460

55-
1. User ID.
56-
2. Group ID.
57-
3. Supplementary Groups.
58-
4. Values modification settings.
61+
1. User ID.
62+
2. Group ID.
63+
3. Supplementary Groups.
64+
4. Values modification settings.
5965

6066
3. Add linux capabilities.
6167

0 commit comments

Comments
 (0)