Skip to content

matifali/coder-templates

Repository files navigation

Coder OSS templates

Docker-based templates.

  1. deeplearning (tensorflow + pytorch + numpy + matplotlib + pandas + conda + pip + jupyter notebook or jupyter lab + Microsoft code-server)
  2. deeplearning-nvidia (Nvidia NGC containers)
  3. matlab (MATLAB docker images)

Pre-requisites

Coder deployment set up on CODER_URL (e.g. https://coder.example.com)

Installation

Linux / MacOS

  1. Open a terminal and run

    curl -L https://coder.com/install.sh | sh

Windows

  1. Open a powershell window and run

    winget install Coder.Coder

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

Set up the following Github secrets in your repo.

  1. CODER_ACCESS_TOKEN - Coder access token

    To create a token with life of 1 year, run,

    coder tokens create --lifetime 8760h0m0s
  2. CODER_URL - Coder deployment url (e.g. https://coder.example.com)

Deeplearning Images

Deeplearning images used in the template are available at dockerhub.

Source code of deeplearning images is available at, https://github.com/matifali/dockerdl

MATLAB Image

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

Contributing

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

License

MIT

Credits