zeimoto commited on
Commit
723bcb8
1 Parent(s): b9ae79c

fix Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN python -m pip install -r requirements.txt
7
  WORKDIR /app
8
  COPY . /app
9
 
10
- COPY ./matutils.py /usr/local/lib/python3.10/site-packages/gensim/matutils.py
11
 
12
  CMD ["python", "app.py"]
 
7
  WORKDIR /app
8
  COPY . /app
9
 
10
+ COPY matutils.py /usr/local/lib/python3.10/site-packages/gensim/matutils.py
11
 
12
  CMD ["python", "app.py"]