Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jianlins/dl_dockers
- Owner: jianlins
- Created: 2023-06-01T21:02:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:15:10.000Z (19 days ago)
- Last Synced: 2024-11-01T17:28:22.667Z (19 days ago)
- Language: Dockerfile
- Size: 651 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.