FROM dologarcia/gatr:v9 WORKDIR /app RUN pip install --no-cache-dir \ densitypeakclustering \ lightning-utilities \ torchmetrics \ gradio \ plotly COPY . . EXPOSE 7860 ENV GRADIO_SERVER_NAME="0.0.0.0" CMD ["python", "app.py"]