Skip to content

Commit

Permalink
rollback profile name of openml connector and changed readme file ins…
Browse files Browse the repository at this point in the history
…tead to make the documentation consistent.
  • Loading branch information
jsmatias committed Jan 29, 2024
1 parent 055e5fd commit 14597c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Now, you can visit the server from your browser at `localhost:8000/docs`.
You can specify different connectors using

```bash
docker compose --profile examples --profile huggingface-datasets --profile openml-datasets --profile zenodo-datasets up -d
docker compose --profile examples --profile huggingface-datasets --profile openml-datasets --profile zenodo-datasets down
docker compose --profile examples --profile huggingface-datasets --profile openml --profile zenodo-datasets up -d
docker compose --profile examples --profile huggingface-datasets --profile openml --profile zenodo-datasets down
```

Make sure you use the same profile for `up` and `down`, otherwise some containers might keep
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
condition: service_healthy

openml-connector:
profiles: ["openml-datasets"]
profiles: ["openml"]
build:
context: connectors/openml
dockerfile: Dockerfile
Expand Down

0 comments on commit 14597c4

Please sign in to comment.