text-classification / Dockerfile

Commit History

Remove unused environment variable and improve error handling in analysis endpoint
7e8513d

manue commited on

Update Dockerfile and sentiment model initialization for improved caching and remove obsolete model reference
7163daa

manue commited on

Update Dockerfile to use gunicorn for app execution
afa6bb7

manue commited on

Add curl command to download sentiment model configuration in Dockerfile
2b5b0f1

manue commited on

Remove EXPOSE 7860 from Dockerfile
5124424

manue commited on

Remove EXPOSE 5000 from Dockerfile and retain EXPOSE 7860
5b6a5ec

manue commited on

Update Dockerfile to use Python 3.10, modify app.py to run on host 0.0.0.0, and add .huggingface.yaml configuration
00c6e88

manue commited on

Add initial project files including Dockerfile, app, sentiment model, requirements, and .gitignore
7106645

manue commited on