Yuliang commited on
Commit
2b067bd
1 Parent(s): 2a5bdc2

update dev mode

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -73,4 +73,6 @@ RUN chmod 755 $HOME/app
73
  ENV TRANSFORMERS_CACHE=/tmp
74
  ENV MPLCONFIGDIR=/tmp
75
 
 
 
76
  CMD ["python", "app.py"]
 
73
  ENV TRANSFORMERS_CACHE=/tmp
74
  ENV MPLCONFIGDIR=/tmp
75
 
76
+ RUN git config --global user.email "yuliangxiu@gmail.com"
77
+
78
  CMD ["python", "app.py"]