ogre.run docs
  • Introduction
  • Get started locally
    • miniogre
    • ogre-cli
  • The Ogre platform
    • Get started
  • Tips and Tricks
    • Save an Ogre environment
    • Use Ogre CLI to spin up a dry container
  • Configuration
    • Create a token
    • Configure the Ogre CLI
    • Configure the GitHub Action
  • Get help
    • Contact us
Powered by GitBook
On this page

Get started locally

PreviousIntroductionNextminiogre

Last updated 1 year ago

We currently provide two CLIs:

  • : a minimalist CLI to automatically generate a Dockerfile, requirements.txt file, and SBOM files

  • : our framework built around Docker that automates the creation of containerized runtime environments for Python code. It implements several features, including the possibility to access the ogre runtime environment from a web browser.

miniogre
ogre_cli