photomakerx1 / Dockerfile
beowcow's picture
Create Dockerfile
14c8fae verified
raw
history blame contribute delete
149 Bytes
FROM registry.hf.space/tencentarc-photomaker:latest
ENV DEBIAN_FRONTEND=noninteractive
USER root
EXPOSE 7860
RUN mkdir blah
CMD ["python", "app.py"]