Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
fallahs771
/
anatir
Like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
anatir
4.18 kB
Ctrl+K
Ctrl+K
1 contributor
History:
4 commits
fallahs771
Rename ai_studio_code (1).txt to Dockerfile
80b0747
verified
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
3 months ago
Dockerfile
Safe
1.64 kB
Rename ai_studio_code (1).txt to Dockerfile
3 months ago
README.md
Safe
192 Bytes
initial commit
3 months ago
ai_studio_code.txt
Safe
824 Bytes
--- 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.
3 months ago