Giter VIP home page Giter VIP logo

Comments (5)

montanalow avatar montanalow commented on May 21, 2024

Hi,

I'm able to run docker-compose up successfully, from a fresh start after running docker system prune -all to make sure I don't have something cached that is making this work. Was this a transient network issue? Docker has also been removing open source images, so I wanted to make sure that report is unrelated to your issue.

from postgresml.

njwgroeneveld avatar njwgroeneveld commented on May 21, 2024

Also when I first do the podman system prune command before the docker-compose up. Its still showing the error which I mentioned above. I do see that a container is started at the end, but based on that error it doesn't feel complete.

from postgresml.

njwgroeneveld avatar njwgroeneveld commented on May 21, 2024

[root@ml postgresml]# docker-compose up
[+] Building 813.6s (18/18) FINISHED
=> [internal] booting buildkit 0.8s
=> => starting container buildx_buildkit_default 0.8s
=> [internal] load build definition from Dockerfile.local 0.0s
=> => transferring dockerfile: 1.12kB 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 542B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:jammy 0.8s
=> [ 1/12] FROM docker.io/library/ubuntu:jammy@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21 0.1s
=> => resolve docker.io/library/ubuntu:jammy@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21 0.1s
=> [internal] load build context 0.1s
=> => transferring context: 7.88kB 0.0s
=> CACHED [ 2/12] RUN apt-get update 0.0s
=> CACHED [ 3/12] RUN apt-get update && apt-get install -y curl lsb-release python3 python3-pip tzdata sudo cmake libpq-dev libclang-dev wget postgresql-plpython3-14 postgresql-14 0.0s
=> CACHED [ 4/12] RUN echo "deb [trusted=yes] https://apt.postgresml.org $(lsb_release -cs) main" >> /etc/apt/sources.list 0.0s
=> CACHED [ 5/12] RUN cat /etc/apt/sources.list 0.0s
=> CACHED [ 6/12] RUN apt-get update && apt-get install -y postgresql-pgml-14 0.0s
=> [ 7/12] RUN pip3 install xgboost scikit-learn diptest torch lightgbm transformers datasets sentencepiece sacremoses sacrebleu rouge 193.8s
=> [ 8/12] COPY --chown=postgres:postgres . /app 0.6s
=> [ 9/12] WORKDIR /app 0.2s
=> [10/12] RUN cp /app/docker/postgresql.conf /etc/postgresql/14/main/postgresql.conf 0.3s
=> [11/12] RUN cp /app/docker/pg_hba.conf /etc/postgresql/14/main/pg_hba.conf 0.2s
=> [12/12] WORKDIR /app 0.2s
=> exporting to docker image format 615.5s
=> => exporting layers 301.0s
=> => exporting manifest sha256:f5514366990fedf3abe0bb9d23534c3d328008be2f64544fb5f1fdb487df627a 0.1s
=> => exporting config sha256:0a4c23e6b0402382e7bdcd70abbdf25fdc0723ee43556e86829910ba286779b4 0.0s
=> => sending tarball 314.4s
[+] Running 0/2
⠋ Container postgresml-docs-1 Creating 0.0s
⠋ Container postgresml-postgres-1 Creating 0.0s
Error response from daemon: failed to find image postgresml-postgres: docker.io/library/postgresml-postgres: No such image

When im trying the podman command. I do see 1 container running? How many should run?
[root@ml postgresml]# podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6477fbf8a005 docker.io/moby/buildkit:buildx-stable-1 4 days ago Up 23 minutes ago buildx_buildkit_default

from postgresml.

montanalow avatar montanalow commented on May 21, 2024

There should be 3 running containers, docs, extension and dashboard.

I'm not familiar with podman, but docker.io/library/postgresml-postgres is not something we've created or listed in any of our docker setup scripts. Have you setup some local docker registry or additional configuration?

from postgresml.

montanalow avatar montanalow commented on May 21, 2024

Closing due to staleness.

from postgresml.

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.