aidcard / Dockerfile
gordonchan's picture
Update Dockerfile
9bcb5fe verified
raw
history blame
163 Bytes
FROM ghcr.io/foxioat/aicard:main
WORKDIR /app
ENV MPLCONFIGDIR=/.cache
RUN mkdir /.cache && chmod 777 /.cache &&ls
EXPOSE 7860
ENTRYPOINT ["python3", "app.py"]