-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problems getting started #1
Comments
Ah, I got further after addinng my username to the docker group...
|
It's not a typo! ;) See https://docs.docker.com/compose/cli-command/:
|
OK, it's not a typo. I installed the V2 docker compose (I think:
neither of which says anything about a "docker desktop" version but still) However I am still getting the same result:
|
I can't see
I also corrected the default value for "ADMIN_PASS" in the
|
OK, many thanks for the suggestion. Doing that I seem to have reinstalled everything, and now the run seems to terminate OK
though I really have no idea what I am doing -- as you can probably tell! |
OK, I think this is working now! Thanks for your patience. One other thing I needed to do which the doc didn't explain was to stop the apache service already running on my machine. |
For me entity recognition on a 5kb document takes around 5 seconds. I did not attempt to optimize this yet though. Running entity recognition via docker is probably limiting the performance of the underlying NLP engine and the preprocessing step which extracts data from the TEI could easily be improved as well. Running via docker on the server, I seem to hit the wall processing a 100k document, though this is ok if I start entity recognition as a native service. I started the feature as a fun project without budget. It works pretty well given the few evenings I invested, but a bit more work and testing will be needed to make it scale and turn it into a generally usable feature. We're currently thinking about putting together another joint funding proposal via e-editiones. Interested parties are welcome to join. |
The README says I should start by running
docker compose build --build-arg ADMIN_PASS=my_pass
I assume this is a typo for
docker-compose build --build-arg ADMIN_PASS=my_pass
However I don't understand where to install the file
docker-compose.yml
: if I just run it from the local copy I downloaded from github, I get permissions errors.I am clearly missing something obvious!
The text was updated successfully, but these errors were encountered: