Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation engine #6

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Evaluation engine #6

wants to merge 10 commits into from

Conversation

josvandervelde
Copy link
Collaborator

The Evaluation Engine is now part of our docker compose setup!

You can test it using the following commands:

  1. checkout this repo with branch feature/evaluation-engine
  2. Make sure you have docker and docker compose (see README, prerequisites)
  3. docker compose --profile all up -d
  4. you should see no errors. You could go to localhost:8000 to click around.
  5. docker run --rm -it -v ./config/python/config:/root/.config/openml/config:ro --network openml-services_default openml/openml-python
  6. Inside the openml-python container, run the manual tests described at the bottom of the README.
  7. docker compose --profile all down when you finished.

@SubhadityaMukherjee
Copy link

Still testing everything. But there were still some issues with running them on the Mac. I attempted to find a fix for it though.

  • Elasticsearch was not working before, turns out the older versions dont run on the new macs. This does - image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2 . Doing this atleast starts the container and seems to be running fine.
  • A very weird Mac specific error : Port 5000 is taken by the Airplay system service which can be disabled by going to System Settings -> Airdrop & Handoff -> AirPlay Reciever and disabling (unchecking) AirPlay Reciever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants