Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
amagastya
/
SPARK
like
8
Runtime error
App
Files
Files
Community
4229613
SPARK
/
docker-compose.yml
Amogh Agastya
added project files
2631838
over 1 year ago
raw
Copy download link
history
blame
Safe
177 Bytes
version:
'1'
services:
spark:
image:
spark:latest
build:
./app
command:
chainlit
run
app/spark.py
volumes:
-
./app/:/app/app
ports:
-
8000
:8000