Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matifali/coder-templates
Coder OSS templates
https://github.com/matifali/coder-templates
coder deeplearning docker matlab python template terraform
Last synced: about 1 month ago
JSON representation
Coder OSS templates
- Host: GitHub
- URL: https://github.com/matifali/coder-templates
- Owner: matifali
- License: mit
- Created: 2022-08-07T17:06:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:56:47.000Z (6 months ago)
- Last Synced: 2024-12-10T10:03:04.582Z (about 2 months ago)
- Topics: coder, deeplearning, docker, matlab, python, template, terraform
- Language: HCL
- Homepage: https://github.com/matifali/coder-templates
- Size: 1.15 MB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-coder - matifali/coder-templates - Deeplearning with Jupyter Notebook/Lab and Matlab in browser. (Templates / Miscellaneous)
README
# Coder [^1] OSS templates
Docker-based templates.
1. [deeplearning](https://github.com/matifali/coder-templates/tree/master/deeplearning) (`tensorflow` + `pytorch` + `numpy` + `matplotlib` + `pandas` + `conda` + `pip` + `jupyter`)
2. [deeplearning-nvidia](https://github.com/matifali/coder-templates/tree/master/deeplearning-nvidia) (Nvidia NGC containers)
3. [matlab](https://github.com/matifali/coder-templates/tree/master/matlab) (MATLAB docker images)## Instructions
To use these templates simply clone the repo and run,
```console
git clone https://github.com/matifali/coder-templates.git
cd
coder templates create
```## Updates
### Manual
To update manually,
```console
coder templates push
```### 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](./LICENSE)
## Credits
[^1]: [Coder](https://github.com/coder/coder)
[^2]: [Update Coder Template](https://github.com/marketplace/actions/update-coder-template)
[^3]: [dockerdl images](https://hub.docker.com/repository/docker/matifali/dockerdl)
[^4]: [dockerdl source](https://github.com/matifali/dockerdl)
[^5]: [matlab images](https://hub.docker.com/repository/docker/matifali/matlab)
[^6]: [matlab source](https://github.com/matifali/matlab)