Neon-tech commited on
Commit
f50ac76
·
verified ·
1 Parent(s): 2df8e79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ WORKDIR /app
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
 
8
  COPY app.py .
9
 
10
  EXPOSE 7860
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
+ RUN rm -rf data/by-language, data/progress_state.json
9
  COPY app.py .
10
 
11
  EXPOSE 7860