-
Notifications
You must be signed in to change notification settings - Fork 711
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
Unable to build CUDA-enabled image, missing Makefile #129
Comments
I'm seeing the same thing, running WSL Ubuntu
|
Also seeing the same issue on ubuntu server 22.04.3 llama-gpt-api-cuda-ggml_1 | ========== |
any update please. keeps spaming make: *** No rule to make target 'build'. |
same for me here.
|
Seeing the same on my end with 13b:
|
Hoping this might help somebody: I was having the same issue, then I updated my NVIDIA drivers and it started working. |
which driver version did you go to and which model did you get to run? |
Also, which kernel, distro, etc? |
@allan-null this makes no sense as there is not a physical Makefile in the folder. If it's working for you can you provide us with whatever it's using for the build, output, etc. |
Ubuntu 22.04 64-bit
I cloned the repo and then simply ran |
@allan-null can you provide us with the output of docker-compose? |
@Wh1t3Fox Sure. I just noticed the Makefile error still appears, but things just work. Literally just removed all docker containers and cloned the repo again just to get this output:
|
I suppose it's running because of:
In my instance (i've done exactly the same as you) on Archlinux, Edit: Additionally trying to run the docker container as standalone the application segfaults and returns an exit code 0. Perhaps it is something related to drivers and different versions |
For anyone here having issues, update
|
Sorry gents but i think this may still be bugged: Ubuntu 22.04 Same
Tried letting it run in that loop for about 8 hours no dice Also several dependencies are needed specifically for Ubuntu might be worth adding this to the readme at some point when this is working. Happy to submit a commit/pull request with instructions once resolved. |
@tstechnologies the makefile error will always be there as there is not a file. I'm not sure if it is actually meant to be there or not. I also have not been able to get this working on Arch and started using ollama instead which was been flawless. It definitely appears to related to deps and drivers. You'll notice the loop happening because the cuda image keeps crashing when the server attempts to start |
BIG UPS for that recommendation holy moly. ollama-webui has been the solution I've been seeking |
PR open #167 |
Run on Ubuntu Server 22.04.3. It looks like there isn't a Makefile included for the CUDA container that the corresponding run.sh is looking for.
The text was updated successfully, but these errors were encountered: