CoolFace
Apppublic

SistemIntegrasiMandiri/SIM-Chatbot

sourceHugging Facecc-by-nc-nd-4.0updated 3y agoView on Hugging Face
0likes
docker-compose.yml10 linesDownload Raw Back to root
1version: '1'2services:3  spark:4    image: spark:latest5    build: ./app6    command: chainlit run app/spark.py7    volumes:8      - ./app/:/app/app9    ports:10      - 8000:8000