-
Notifications
You must be signed in to change notification settings - Fork 99
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
elastic/eland Docker hub image is missing. #607
Comments
Hello! While we're working on making a Docker image available (subscribe to #407 to know when it's ready) for updates, we never published a single image so far. What Do you get an error when doing that? |
I may be dreaming, but I'm sure the other week when I did something similar to: docker run -it --rm --network host \
elastic/eland \
eland_import_hub_model \
--url http://host.docker.internal:9200/ \
--hub-model-id elastic/distilbert-base-cased-finetuned-conll03-english \
--task-type ner I thought Docker had downladed the "elastic/eland" image from Docker Hub and then ran it locally with the supplied options. I may have misunderstood the mechanism. But today,
|
If you run |
Thanks that must be it! I wrongly assumed |
Following the instructions in this repo, when I try to do:
docker build -t elastic/eland .
but it seems the elastic/eland image is missing from Docker Hub. This definitely worked a few weeks ago!
I checked on Docker Hub and the "elastic" user doesn't appear to have an image called "eland": https://hub.docker.com/u/elastic/.
And the page where eland would be 404s: https://hub.docker.com/r/elastic/eland.
The text was updated successfully, but these errors were encountered: