sabman / torchgeo-docker

Docker recipes for TorchGeo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TorchGeo Docker Build

This repository implements the follow workflow to build a release docker container whenever it detects a new release tag from the offical torchgeo repository

See Publishing images to Docker Hub

Hello world docker action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-docker-action@v1 with: who-to-greet: 'Mona the Octocat'

About

Docker recipes for TorchGeo

License:MIT License


Languages

Language:Python 76.8%Language:Dockerfile 20.2%Language:Shell 3.0%