Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Clone the Langfuse repository
|
2 |
-
|
3 |
-
|
|
|
4 |
|
5 |
# Start the database and langfuse server
|
6 |
-
docker compose up
|
|
|
1 |
# Clone the Langfuse repository
|
2 |
+
FROM langfuse/langfuse:latest
|
3 |
+
#git clone https://github.com/langfuse/langfuse.git
|
4 |
+
#cd langfuse
|
5 |
|
6 |
# Start the database and langfuse server
|
7 |
+
#docker compose up
|