InternGPT
InternGPT copied to clipboard
working docker implementation
The instructions provided are honestly insufficient, so I fixed this up. Just add model_zoo and certificate folders to the root directory and populate accordingly. Oh and change the volume paths in the docker compose file to whatever's on your machine. Everything else should be just 1 click away.
Problems I ran into while building this:
-
import numpy as npshould be placed higher on the import list, otherwise it messes withcv2 -
detectron2andmediapipeshould be independently installed, there's a problem with the original ordering -
opencvshould be uninstalled and reinstalled manually to ensure one single compatible version, otherwise it'll complain about recursive imports -
libglandlibxmlare required libraries that aren't declared -
MKL_SERVICE_FORCE_INTELflag must be set, not sure why yet -
gccandg++reinstall might be because of the base image i'm using -
libjpeg-dev libpng-dev zlib1g-devshould be declared dependencies -
llvmliteandnumbashould be independent installs; again, weird original ordering messes things up
#18 #16 #19
Thanks for your effort!!!
We will merge your PR as soon as possible after we finish the test.