zeimoto commited on
Commit
b9ae79c
1 Parent(s): 43f637d

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"]