Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jianlins/dl_dockers

create docker images for deep learning and push to docker hub
https://github.com/jianlins/dl_dockers

Last synced: 9 days ago
JSON representation

create docker images for deep learning and push to docker hub

Awesome Lists containing this project

README

        

Use Dockerfile and github action to create and publish images on docker hub.

For folders named "win_xxx", the action: build_win_env will create a conda environment specified by the corresponding environment.yml inside that folder using windows runner, and zip the created environment folder upload to this repo as artifacts. So that you can download them and use them in an air-gap environment later.