Coder OSS templates
Docker-based templates.
- deeplearning (tensorflow + pytorch + numpy + matplotlib + pandas + conda + pip + jupyter notebook or jupyter lab + Microsoft code-server)
- deeplearning-nvidia (Nvidia NGC containers)
- matlab (MATLAB docker images)
Coder deployment set up on CODER_URL
(e.g. https://coder.example.com)
-
Open a terminal and run
curl -L https://coder.com/install.sh | sh
-
Open a
powershell
window and runwinget install Coder.Coder
To use these templates simply clone the repo and run,
git clone https://github.com/matifali/coder-templates.git
cd <template directory>
coder templates create <template-name>
To update manually,
coder templates push <template-name>
Set up the following Github secrets in your repo.
-
CODER_ACCESS_TOKEN
- Coder access tokenTo create a token with life of 1 year, run,
coder tokens create --lifetime 8760h0m0s
-
CODER_URL
- Coder deployment url (e.g. https://coder.example.com)
Deeplearning images used in the template are available at dockerhub.
Source code of deeplearning images is available at, https://github.com/matifali/dockerdl
MATLAB images used in the template is available at dockerhub.
Source code for the matlab docker image is available at https://github.com/matifali/matlab
Contributions are welcome. Please open an issue or a pull request. Thanks!