Erythrocyte3803 commited on
Commit
0f7ab78
1 Parent(s): c96886d
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /app
4
 
5
  ENV NUMBA_CACHE_DIR=/app/cache
6
  RUN mkdir -p /app/cache
 
7
 
8
  COPY ./requirements.txt requirements.txt
9
 
 
4
 
5
  ENV NUMBA_CACHE_DIR=/app/cache
6
  RUN mkdir -p /app/cache
7
+ RUN mkdir -p /nltk_data
8
 
9
  COPY ./requirements.txt requirements.txt
10