Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chris4K
/
LangFuse
like
4
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e352744
LangFuse
/
Dockerfile
Chris4K
Update Dockerfile
dbfc0be
verified
4 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
#
Clone the Langfuse repository
#
FROM langfuse/langfuse:latest
#
git
clone
https://github.com/langfuse/langfuse.git
#
cd
langfuse
#
Start the database and langfuse server
#
docker compose up