coder-templates
coder-templates copied to clipboard
Coder OSS templates
Coder ^1 OSS templates
Docker-based templates.
- deeplearning (
tensorflow+pytorch+numpy+matplotlib+pandas+conda+pip+jupyter) - deeplearning-nvidia (Nvidia NGC containers)
- matlab (MATLAB docker images)
Instructions
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>
Updates
Manual
To update manually,
coder templates push <template-name>
Automatic
Create a GitHub workflow to automatically update the templates. Use the Update Coder Template[^2] action.
Deeplearning Images
Deeplearning images used in the template are available at dockerhub[^3].
Source code of deeplearning images is available here[^4].
MATLAB Image
MATLAB images used in the template is available at dockerhub[^5].
Source code for the matlab docker image is available here[^6].
Contributing
Contributions are welcome. Please open an issue or a pull request. Thanks!
License
MIT
Credits
[^2]: Update Coder Template [^3]: dockerdl images [^4]: dockerdl source [^5]: matlab images [^6]: matlab source