Skip to content

docker compose error.. #410

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

Open
Mokchanic opened this issue Mar 31, 2025 · 4 comments
Open

docker compose error.. #410

Mokchanic opened this issue Mar 31, 2025 · 4 comments
Assignees

Comments

@Mokchanic
Copy link

OS: 22.04
GPU: 5090

docker compose error

docker compose -f scripts/docker/compose.yml up --build

Compose can now delegate builds to bake for better performance.
To do so, set COMPOSE_BAKE=true.
[+] Building 0.5s (14/14) FINISHED docker:default
=> [openpi_server internal] load build definition from serve_policy.Dock 0.0s
=> => transferring dockerfile: 1.59kB 0.0s
=> [openpi_server internal] load metadata for ghcr.io/astral-sh/uv:0.5.1 0.5s
=> [openpi_server internal] load metadata for docker.io/nvidia/cuda:12.2 0.0s
=> [openpi_server internal] load .dockerignore 0.0s
=> => transferring context: 63B 0.0s
=> [openpi_server] FROM ghcr.io/astral-sh/uv:0.5.1@sha256:190cbcca15602b 0.0s
=> [openpi_server internal] load build context 0.0s
=> => transferring context: 1.95kB 0.0s
=> [openpi_server stage-0 1/6] FROM docker.io/nvidia/cuda:12.2.2-cudnn8- 0.0s
=> CACHED [openpi_server stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:0 0.0s
=> CACHED [openpi_server stage-0 3/6] WORKDIR /app 0.0s
=> CACHED [openpi_server stage-0 4/6] RUN apt-get update && apt-get inst 0.0s
=> CACHED [openpi_server stage-0 5/6] RUN uv venv --python 3.11.9 /.venv 0.0s
=> CACHED [openpi_server stage-0 6/6] RUN --mount=type=cache,target=/roo 0.0s
=> [openpi_server] exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:5630cab131b2691ad7e69dc672e7525a09255f600241c 0.0s
=> => naming to docker.io/library/openpi_server 0.0s
=> [openpi_server] resolving provenance for metadata file 0.0s
[+] Running 1/1
✔ openpi_server Built 0.0s
Attaching to openpi_server-1
Gracefully stopping... (press Ctrl+C again to force)
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver not loaded: unknown

How do we solve this problem?...

@uzhilinsky
Copy link
Collaborator

Have you seen the Docker docs? We are listing a bunch of limitations there.

@dhingratul
Copy link

Have you seen the Docker docs? We are listing a bunch of limitations there.

I followed the steps, and i see this still.

@griffinaddison
Copy link

I have the same issue. Also running 5090 on 22.04. I suspect its the 5090 drivers. I installed the MIT/GPL version. Additionally, after running the install nvidia container toolkit bash script my nvidia drivers seemed to stop working.

@drfenixion
Copy link

Use open Nvidia driver, like nvidia-driver-*-open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants