Skip to content

matifali/coder-templates

Repository files navigation

Coder 1 OSS templates

Docker-based templates.

  1. deeplearning (tensorflow + pytorch + numpy + matplotlib + pandas + conda + pip + jupyter)
  2. deeplearning-nvidia (Nvidia NGC containers)
  3. 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 Template2 action.

Deeplearning Images

Deeplearning images used in the template are available at dockerhub3.

Source code of deeplearning images is available here4.

MATLAB Image

MATLAB images used in the template is available at dockerhub5.

Source code for the matlab docker image is available here6.

Contributing

Contributions are welcome. Please open an issue or a pull request. Thanks!

License

MIT

Credits

Footnotes

  1. Coder

  2. Update Coder Template

  3. dockerdl images

  4. dockerdl source

  5. matlab images

  6. matlab source