CoolFace
Apppublic

dkedar7/embedchain-fastdash

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
Dockerfile5 linesDownload Raw Back to root
1FROM python:3.102ADD . /app3WORKDIR /app4RUN pip3 install -r requirements.txt --no-cache-dir5CMD exec gunicorn app:server --bind :7860