name | description | tags | icon | ||||||
---|---|---|---|---|---|---|---|---|---|
Deeplearning Template |
Use this template to create a deeplearning workspace on Coder. |
|
A deeplearning template for Coder.
Follow these steps to configure accessing your workspaces locally on any machine.
-
Open a terminal and run
curl -L https://coder.com/install.sh | sh
-
Open a
powershell
window and runwinget install Coder.Coder
-
Clone this repository
git clone https://github,com/matifali/coder-templates cd coder-templates/deeplearning
-
Login to coder
coder login CODER_URL
-
Create a template
coder templates create deeplearning
-
Create a workspace
Go to
https://CODER_URL/workspaces
and click on Create Workspace and select deeplearning template.
Note: Do not forget to change the
CODER_URL
to your coder deployment URL.
There are multiple options to connect to your workspace using local clients or browser.
Click on the VS Code Browser icon to launch a VS Code server that you can connect from your browser.
Click on the jupyter icon to launch a jupyter lab server that you can connect from your browser.
Also, you can connect using the Web Terminal or SSH by clicking on the above buttons.
Click on the VS Code Desktop icon to conNect to your workspace using VS Code Desktop.
Follow the instructions to use the JetBrains Gateway with Coder.
Deeplearning images used in the template are available at dockerhub.
Source code of deeplearning images is available at, https://github.com/matifali/dockerdl