Spaces:
Runtime error
Runtime error
| # ๐ง 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"] | |