Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# services
Overview of all OpenML components including a docker-compose to run OpenML services locally
# Backend
This guide is applicable to APIv1, please find the APIv2 setup guide [here](https://docs.openml.org/apiv2/contributing/contributing/).

Overview of all OpenML components including a docker-compose to run OpenML services locally.

## Overview

Expand All @@ -10,6 +12,13 @@ Overview of all OpenML components including a docker-compose to run OpenML servi
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/) version 2.21.0 or higher

## Cloning `services` repository

Clone the repo from GitHub:
```bash
git clone https://github.com/openml/services.git
```

## Usage

When using this project for the first time, run:
Expand Down