File size: 177 Bytes
2631838
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: '1'
services:
  spark:
    image: spark:latest
    build: ./app
    command: chainlit run app/spark.py
    volumes:
      - ./app/:/app/app
    ports:
      - 8000:8000