Skip to content

Latest commit

 

History

History

matlab-gpu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
name description tags icon
Matlab
Use this template to create a matlab workspace with browser based matlab instant.
matlab
noVNC
webapp
browser. desktop
docker

Coder template matlab

A matlab template for coder.

Usage

  1. Clone this repository

    git clone https://github,com/matifali/coder-templates
    cd coder-templates/matlab-gpu
  2. Login to coder

    coder login CODER_URL

    Replace coder.example.com with your coder deployment URL or IP

  3. Create a template

    coder templates create matlab-gpu
  4. Create a workspace

    coder create matlab --template matlab-gpu

    Or, Go to https://CODER_URL/workspaces and click on Create Workspace and select matlab template.

Note: Do not forget to change the CODER_URL to your coder deployment URL.

Connecting

There are multiple ways to connect to your workspace

  1. Click on the Matlab Desktop icon to launch a matlab instant in your browser using noVNC.
  2. Click on the Matlab Browser icon to launch a matlab instant in your browser using matlab web app.

matlab-connect-image

Also, you can connect using the Web Terminal or SSH by clicking on the above buttons.

Docker Image