https://github.com/bentoml/build-bento-action

Build your Bento on GitHub Action

https://github.com/bentoml/build-bento-action

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Build your Bento on GitHub Action

Basic Info
  • Host: GitHub
  • Owner: bentoml
  • License: apache-2.0
  • Language: Shell
  • Default Branch: main
  • Size: 599 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

About

Build a Bento from a GitHub repository, or given context path.

Usage

yaml name: ci on: push: branches: - 'main' jobs: docker: runs-on: ubuntu-latest steps: - uses: bentoml/setup-bentoml-action@v1 with: python-version: '3.10' bentoml-version: 'main' - uses: bentoml/build-bento-action@v1 id: bento - run: | echo "Bento tag: ${{ steps.bento.outputs.bento-tag }}" echo "Bento name: ${{ steps.bento.outputs.bento-name }}" echo "Bento version: ${{ steps.bento.outputs.bento-version }}" echo "Bento metadata: ${{ steps.bento.outputs.bento-metadata }}"

[!NOTE] By default, this action will use the default GitHub context as the build context for bentoml build command. To use a different context, set context yaml - uses: bentoml/build-bento-action@v1 with: context: 'path/to/context'

To specify a version, use version input:

yaml - uses: bentoml/build-bento-action@v1 with: version: '1.0.0'

To specify different bentofile, use bentofile input:

yaml - uses: bentoml/build-bento-action@v1 with: bentofile: 'path/to/bentofile'

[!IMPORTANT] bentofile must be a path relative to the context directory.

Owner

  • Name: BentoML
  • Login: bentoml
  • Kind: organization
  • Location: San Francisco

The most flexible way to serve AI models in production

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
github actions: bentoml/build-bento-action

Build Bento with GitHub Action

  • License: apache-2.0
  • Status: removed
  • Latest release: v1.1.0
    published almost 3 years ago
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 0.0%
Average: 31.8%
Forks count: 35.7%
Dependent repos count: 42.7%
Stargazers count: 49.0%
Last synced: about 1 year ago