Creating/Managing Custom Execution Environment

The Custom Runtime Environment is a feature that allows you to install the necessary libraries in the Elice LabBox practice environment. You can register any libraries supported by the bash shell script. You can create and manage custom runtime environments within a subject.

Creating a Custom Runtime Environment

  • Go to the subject details page and navigate to the "Runtime Environment" tab.

  • Click the "Add Runtime Environment" button and proceed with the settings.

    • Runtime Environment Name: Specify a name for the runtime environment.

    • Runtime Image: Choose a default environment such as Jupyter Notebook or Orange 3.

    • Image Script: Enter the libraries to be installed in the selected default runtime image as a bash shell script.

  • Click the "Add" button to complete the creation.

The final creation will be completed only if the image script entered by the administrator is valid.

Managing Custom Runtime Environments

  • You can set a custom runtime environment as the runtime environment for an Elice LabBox practice material. This can be done in the material creation or modification page, in the "Default Settings" tab, within the "Runtime Environment" section.

Through the custom runtime environment feature, administrators can efficiently generate practice materials by downloading the necessary libraries in advance.

Last updated