File size: 419 Bytes
d6f9fe0
 
 
9fe7781
d6f9fe0
 
9fe7781
d6f9fe0
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
FROM mintplexlabs/anythingllm:latest

# Set environment variables for AnythingLLM
# AnythingLLM already runs with UID 1000 which matches Hugging Face Spaces requirements
ENV PORT=7860
ENV SERVER_PORT=7860
ENV STORAGE_DIR=/app/server/storage
ENV DISABLE_TELEMETRY=true
ENV NO_DEBUG=true

# AnythingLLM already has its ENTRYPOINT/CMD configured
# The base image will handle starting the application on the configured port