Closed Vishal-Joshi closed 10 months ago
Hi @Vishal-Joshi - that gpt4all package is really becoming a problem. Looks like it's time to make it an optional dependency. That package makes a lot of assumptions about what its run environment will look like and that creates problems in cloud instances, Docker containers, etc.
Will update with a solution soon.
OK, please try the new release (0.3.6) - this moves gpt4all dependencies to optional, so the rest should install without issue. Please let me know if it works!
This issue is fixed for me. Thanks @caufieldjh I have got another issue which I will raise separately.
Feel free to close this issue
Hi, I am trying to build a docker image having installation of ontogpt in order to give it platform independence of running because as such I see it can not run on our HPC nodes or other Linux distributions due to GC lib constraints.
I have simplified my docker to reproduce this issue and it looks like this
I am using ubuntu base image of v22:04. Ontogpt v0.3.5 gets installed which is evident from docker build output
However, when I run a container with this image, it fails with this exception,
I tried to premptively install, gpt4all of v1.0.8 as mentioned in your poetry.lock file but the docker image is not able to fetch it
Any help would be lot appreciated, thanks!