ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface
-
@Kubernetes I am trying also but running into errors
Will try again later -
@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
because of the read-only filesystem in Cloudron
Shhhh, don't tell @girish or @nebulon but sometimes I try to "bypass" this issue to get a proof of concept by installing to
/app/data
Just to see it if builds and works.
Then think about separation of code and data -
@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
Okay, I have done it. The package is ready from my point of view and could be published in Cloudron App Store.
Well done
I have a built the package, it installed smoothly and runs nicely.
Thank you for your work on this. I may stop using the desktop version.The Docker image is large : 5Gb. Surprised me (but heck, what do I know).
I wonder if there is a way to reduce the size of the image during the build process.
But I am no expert in Docker, so not sure.
I didn't see anything obvious in the Docker file.
Maybe a multi-stage build ? But I don't much about that. -
I moved the repo to the Cloudron Gitlab
Regarding size, 5Gb is really big. But maybe someone with experience in shrinking the Docker images can give some advise.
-
I have updated the Dockerfile to remove unrequired software and use of multi stage for build and production.
-
@Kubernetes oooo ! Will take a look