Sha256: c1ef71437ed166a06a385005b329293165fc72cd240ebefe76ffa67f950b0873

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

version: '3.7'

services:
  nano-bots:
    image: ruby:3.2.2-slim-bullseye
    command: sh -c "gem install nano-bots -v 0.0.2 && bash"
    environment:
      OPENAI_API_ADDRESS: https://api.openai.com
      OPENAI_API_ACCESS_TOKEN: your-token
      OPENAI_API_USER_IDENTIFIER: your-user
    volumes:
      - ./your-cartridges:/cartridges

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nano-bots-0.0.2 docker-compose.example.yml