Skip to content

Issue report classification demo with SetFit and Ollama for NASA's Flight System software repositories

License

Notifications You must be signed in to change notification settings

collab-uniba/IRC-setfit-ollama-demo

Repository files navigation

Installation and Running Docker Containers

Prerequisites

Installation

  1. Install Docker:

    • For Windows and macOS, download and run the Docker Desktop installer.
    • For Linux, use the package manager to install Docker. For example, on Ubuntu:
      sudo apt-get update
      sudo apt-get install -y docker.io
  2. Verify Docker Installation:

    docker --version

Running the Application

  1. Clone the Repository:

    git clone https://github.com/collab-uniba/IRC-setfit-ollama-demo.git
    cd IRC-setfit-ollama-demo
  2. Build and Run Containers with Docker Compose:

    docker-compose up --build
  3. Access the Web UI: Open your web browser and navigate to http://localhost:7680.

To run the containers after the initial setup, use the following command:

docker-compose up

Add the -d flag to run the containers in detached mode:

docker-compose up -d

About

Issue report classification demo with SetFit and Ollama for NASA's Flight System software repositories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published