Commit History

Rename ai_studio_code (1).txt to Dockerfile
80b0747
verified

fallahs771 commited on

--- title: SillyTavern Optimized emoji: 🎭 colorFrom: purple colorTo: indigo sdk: docker app_port: 7860 pinned: false license: mit --- # SillyTavern on Hugging Face Spaces This repository runs a production-optimized deployment of SillyTavern inside a secure, lightweight Docker container. ## Key Features & Customizations - **Runtime Environment:** Powered by `node:20-slim` for minimal CPU and RAM usage. - **Port Mapping:** Dynamically bound to port `7860` to align with Hugging Face's reverse proxy structure. - **Memory Optimization:** Restricts V8 engine memory heap via `--max-old-space-size=1536` to ensure stable performance on free-tier cloud containers. - **Security:** Runs under a non-root user account (`node` with UID 1000) and has whitelist mode disabled to allow secure remote access via Space proxying.
8debe64
verified

fallahs771 commited on

Upload ai_studio_code (1).txt
95741a8
verified

fallahs771 commited on

initial commit
d143682
verified

fallahs771 commited on