gordonchan commited on
Commit
47fae1b
·
verified ·
1 Parent(s): 22fea28

Update Dockerfile

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