gordonchan commited on
Commit
5916d45
·
verified ·
1 Parent(s): fd1b19b

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM ghcr.io/foxioat/aicard:main
2
-
3
-
4
- WORKDIR /app
5
- ENV MPLCONFIGDIR=/.cache
6
- RUN mkdir /.cache && chmod 777 /.cache &&ls
7
- EXPOSE 7860
8
-
9
- ENTRYPOINT ["python3", "app.py"]