name | description | tags | icon | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Nvidia NGC Deeplearning Template |
Use this template to create a deeplearning workspace on Coder based on Nvidia NGC containers. |
|
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
Replace coder.example.com with your coder deplyment URL or IP
-
Create a template
coder templates create deeplearning-nvidia
-
Create a workspace
Go to
https://CODER_URL/workspaces
and click on Create Workspace and select deeplearning-nvidia 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.
There will be a ~/data
inside every workspace. All files placed here will survive reboots and be available to all workspaces.
This template uses the Nvidia NGC container for
- PyTorch as the base image.
- TensorFlow as the base image.