Mar 31, 2024
Once the image is build then run docker with this command
docker run -d -v hostmodelspath:/home/worker/app/models -p 8001:8080 --name privateGPT yourdockerimagename.
Make sure you have downloaded models from huggingface and placed in privategpt models folder and mapped in above command.