File size: 200 Bytes
6e2d5d4
f1a6b8c
4447874
1
2
3
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"]