Go to file
Mario Gil a1858f5106 Bugfix: created chroma_db 2024-10-09 13:26:39 -05:00
static/Ricardo Dockerize full 2024-10-09 09:44:26 -05:00
.gitignore front to see files 2024-09-23 07:57:06 -05:00
README.md Bugfix: created chroma_db 2024-10-09 13:26:39 -05:00
dockerfile Bugfix: created chroma_db 2024-10-09 13:26:39 -05:00
main.py Bugfix: created chroma_db 2024-10-09 13:26:39 -05:00
requirements.txt Bugfix: created chroma_db 2024-10-09 13:26:39 -05:00
run.sh Dockerize full 2024-10-09 09:44:26 -05:00

README.md

El sistema funciona en un docker para generar:

docker build -t supertutor-app .

para ejecutar:

docker run -it -p 7884:7884 --rm supertutor-app

si tienes problemas con permisos:

sudo chmod 666 /var/run/docker.sock