Coder Social home page Coder Social logo

Comments (6)

ychy00001 avatar ychy00001 commented on May 27, 2024 1

The reason for this issue is docker image primihub/primihub-node:1.0.3 not update now. Test file breast-cancer-wisconsin-label.data not contained on 1.0.3. You can test use this commit on master branch :c8d9bfebe36d37ebe42db9612b6fc3ae36805ea5. We will update docker image on DockerHub, thx.

It works , now i got another problem, when I submit a task with the command in README. I saw that container image in 'docker-comemage.yaml' is primihub/primihub-node but README command is primhub (-> primihub), The second 'i' is lost , I think it's a mistake. Anyway, can't pull the mirror no matter what the image name is.

$ docker run -it primhub/primihub-node "primihub-cli --server=127.0.0.1:8050"

Unable to find image 'primhub/primihub-node:latest' locally
docker: Error response from daemon: pull access denied for primhub/primihub-node, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

$ docker run -it primihub/primihub-node "primihub-cli --server=127.0.0.1:8050"
Unable to find image 'primihub/primihub-node:latest' locally
docker: Error response from daemon: manifest for primihub/primihub-node:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'

from primihub.

ychy00001 avatar ychy00001 commented on May 27, 2024 1

You may need to change the execution task command as follow,because "primihub-cli" not in container $PATH.

docker run --network=host -it primihub/primihub-node:1.0.5  /app/primihub-cli  --server=127.0.0.1:8050
docker run --network=host -it primihub/primihub-node:1.0.5 primihub-cli --server=127.0.0.1:8050
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "primihub-cli": executable file not found in $PATH: unknown.
ERRO[0000] error waiting for container: context canceled

from primihub.

ychy00001 avatar ychy00001 commented on May 27, 2024

Supplement environment info.

macOS Big Sur Version 11.2.3

$ docker-compose version

docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.9.0
OpenSSL version: OpenSSL 1.1.1h  22 Sep 2020
$ docker version

Client:
 Cloud integration: 1.0.17
 Version:           20.10.7
 API version:       1.41
 Go version:        go1.16.4
 Git commit:        f0df350
 Built:             Wed Jun  2 11:56:22 2021
 OS/Arch:           darwin/amd64
 Context:           desktop-linux
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.7
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       b0f5bc3
  Built:            Wed Jun  2 11:54:58 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.6
  GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
 runc:
  Version:          1.0.0-rc95
  GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

from primihub.

hobo0cn avatar hobo0cn commented on May 27, 2024

The reason for this issue is docker image primihub/primihub-node:1.0.3 not update now. Test file breast-cancer-wisconsin-label.data not contained on 1.0.3. You can test use this commit on master branch :c8d9bfebe36d37ebe42db9612b6fc3ae36805ea5. We will update docker image on DockerHub, thx.

from primihub.

hobo0cn avatar hobo0cn commented on May 27, 2024

Already fix on master HEAD c80d527. U can test, thx.

from primihub.

hobo0cn avatar hobo0cn commented on May 27, 2024

Already fix. I close this issue.

from primihub.

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.