Smit
Smit
I have the same issue
I have tested the new settings and it solves some errors such as llama3:8b not responding after 2 queries etc. The new settings file works fine, highly recommend merging!
I couldn't get the docker container to run, tried to build one using the Dockerfile but it wouldn't work. So, I fixed some dependencies and updates readme.md to customize the...
I can't get the image to build using the Dockerfile. I figured this is because of `FROM:python:3` which pulls latest python 3 image which is not compatible with some of...
> Maybe I don’t understand the idea of Docker, but why are you trying to build your own image instead of pulling the one that is already built? Isn’t it...
If you are using this volume mount ``` volumes: - /opt/solidtime/storage:/var/www/html/storage ``` then you need to create `framework/views` and `framework/cache` directories. Also, `chmod -R 775 storage` along with `chown -R...