autotrain-local / Dockerfile
AsadCognify's picture
Update Dockerfile
6e2d5d4 verified
raw
history blame contribute delete
200 Bytes
FROM asadcognify/autotrain-local:0.3.2.1
RUN useradd -m -u 1000 user && mkdir /.cache && chmod -R 777 /.cache && chmod 777 /ql_autotrain
CMD ["autotrain", "app", "--host", "0.0.0.0", "--port", "7860"]