Some feedback trying to get this installed #632
Replies: 2 comments
-
|
@hughesadam87 You may need to install some additional base packages to be able to use open-cv in your container. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. For what it's worth, I also just realized that some nv-ingest client libraries are on PyPI and not exclusively available through conda.
But not the library This is the dockerfile I have so far without conda, but it's failing because pip can't find LIke I said, many orgs have issues w/ conda these days and having a vanilla docker build of the client w/ a few hello would sample docs would be SO helpful. The notebooks are nice, but users like myself w/ windows and a company laptop are going to struggle to get a local env. to use them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - in case useful, here is my experience trying to get nv-ingest python quickstart guide working.
Here are the Docker/docker-compose files I settled on. Running conda in docker is also awkward IMO - also I had to figure out these system depenencies like libgl1-mesa-glx from chatgpt because I was getting library errors. Assuming I'm using the wrong base image?
For reference, the
main.pyfile I was using from quickstart guide does not have the milvus portion. I'm only interested in extraction.And it fails with import errors. Am I using the wrong base image for example?
IMO the project would greatly benefit from a docker-composeable minimal example that bootstraps the client library. Like a sample/hello-ingest.py type deal. Or better yet, a sandbox in browser that lets me upload a couple of my test docs and e2e see the results. My only goal here is to evaluate how well nv-ingest does on some of our existing test docs.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions