autotrain-deberta / Dockerfile
AvocadoMuffin's picture
Update Dockerfile
deaf738 verified
raw
history blame contribute delete
242 Bytes
# ๐Ÿง  Use the official AutoTrain Advanced base image
FROM huggingface/autotrain-advanced:latest
# ๐Ÿš€ Expose required port for web UI
EXPOSE 7860
# ๐Ÿƒ Start the AutoTrain UI when the container launches
CMD ["autotrain", "app", "start"]