Code Monkey home page Code Monkey logo

Comments (4)

glynnbird avatar glynnbird commented on June 18, 2024 1

Thanks that must be it! I wrongly assumed elastic/eland was a reference to a published Docker image. Thanks for the help.

from eland.

pquentin avatar pquentin commented on June 18, 2024

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 docker build -t elastic/eland . does is building the Eland Docker image locally.

Do you get an error when doing that?

from eland.

glynnbird avatar glynnbird commented on June 18, 2024

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, docker run -it elastic/eland .... errors with:

docker: Error response from daemon: pull access denied for elastic/eland, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

from eland.

pquentin avatar pquentin commented on June 18, 2024

If you run docker build -t elastic/eland . first, this docker run command will find an image with the elastic/eland tag (the one you just built) and won't try finding a non existent image on the Internet.

from eland.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.