CoolFace
Apppublic

creativeai/cs

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
Dockerfile8 linesDownload Raw Back to root
1FROM python:3.112RUN apt update 3RUN apt install git4RUN git clone https://github.com/renqabs/img_test.git5WORKDIR "img_test"6RUN pip install -r requirements.txt7EXPOSE 78608CMD ["python", "main.py", "--host", "0.0.0.0:7860"]