Gre / Dockerfile
Mauricio-100's picture
Update Dockerfile
05f4333 verified
raw
history blame contribute delete
306 Bytes
FROM huggingface/autotrain-advanced:latest
FROM node:latest
FROM ubuntu:latest
RUN npm install pm2
RUN apt-get update && apt-get install ngix
CMD pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain app --host 0.0.0.0 --port 7860 --workers 1 && ngix && pm2 star && pm2 log