ASR / Dockerfile
Veinnn's picture
Update Dockerfile
b2df07a verified
raw
history blame contribute delete
215 Bytes
FROM huggingface/autotrain-advanced:latest
RUN pip install --no-cache-dir backoff
CMD pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain app --host 0.0.0.0 --port 7860 --workers 1