FROM ghcr.io/foxioat/aicard:main WORKDIR /app ENV MPLCONFIGDIR=/.cache RUN mkdir /.cache && chmod 777 /.cache &&ls EXPOSE 7860 ENTRYPOINT ["python3", "app.py"]