Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hkitsmallpotato
/
langfuse
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
langfuse
/
Dockerfile
lemonteaa
Create Dockerfile
6d5b6ba
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
96 Bytes
FROM
langfuse/langfuse:
2
WORKDIR
/app
USER
nextjs
CMD
[
"dumb-init"
,
"--"
,
"./web/entrypoint.sh"
]