Skip to content
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

Docker Error: /usr/lib/x86_64-linux-gnu/libcuda.so.1: file too short #37

Closed
husthzy opened this issue Jul 25, 2024 · 2 comments
Closed

Comments

@husthzy
Copy link

husthzy commented Jul 25, 2024

This is the output:

(base) root@a2d7b9b1e3ab:~/FasterLivePortrait# python app.py --mode onnx
Traceback (most recent call last):
  File "/root/FasterLivePortrait/app.py", line 11, in <module>
    from src.pipelines.gradio_live_portrait_pipeline import GradioLivePortraitPipeline
  File "/root/FasterLivePortrait/src/pipelines/gradio_live_portrait_pipeline.py", line 15, in <module>
    from .faster_live_portrait_pipeline import FasterLivePortraitPipeline
  File "/root/FasterLivePortrait/src/pipelines/faster_live_portrait_pipeline.py", line 13, in <module>
    from .. import models
  File "/root/FasterLivePortrait/src/models/__init__.py", line 7, in <module>
    from .warping_spade_model import WarpingSpadeModel
  File "/root/FasterLivePortrait/src/models/warping_spade_model.py", line 8, in <module>
    from .base_model import BaseModel
  File "/root/FasterLivePortrait/src/models/base_model.py", line 10, in <module>
    from .predictor import get_predictor
  File "/root/FasterLivePortrait/src/models/predictor.py", line 23, in <module>
    import pycuda.driver as cuda
  File "/root/miniconda3/lib/python3.10/site-packages/pycuda/driver.py", line 66, in <module>
    from pycuda._driver import *  # noqa
ImportError: /usr/lib/x86_64-linux-gnu/libcuda.so.1: file too short
@warmshao
Copy link
Owner

ref: #8

@husthzy
Copy link
Author

husthzy commented Jul 25, 2024

It's OK now. Thanks!

@husthzy husthzy closed this as completed Jul 25, 2024
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

2 participants