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)
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>
Create a GitHub workflow to automatically update the templates. Use the Update Coder Template2 action.
Deeplearning images used in the template are available at dockerhub3.
Source code of deeplearning images is available here4.
MATLAB images used in the template is available at dockerhub5.
Source code for the matlab docker image is available here6.
Contributions are welcome. Please open an issue or a pull request. Thanks!