Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liao961120 committed Apr 18, 2020
1 parent 37cf4c8 commit 89f7da8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache --virtual .build-deps gcc libc-dev libxslt-dev && \
apk del .build-deps

COPY requirements.txt /usr/src/app
RUN pip install -r requirements.txt
RUN pip install -r requirements-docker.txt
COPY . /usr/src/app
EXPOSE 80
# Command to run when running docker run
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 專案目的

這個專案主要是方便於處理語言田野調查課程所採集的檔案。這學期我們請了霧台魯凱語的族語老師,並將每個禮拜採集的語料整理成一個 `.docx` 檔。
這個專案主要是方便於處理[語言田野調查課程](https://nol2.aca.ntu.edu.tw/nol/coursesearch/print_table.php?course_id=142%20M0210&class=&dpt_code=1420&ser_no=10017&semester=108-2&lang=CH)所採集的檔案。這學期我們請了霧台魯凱語的族語老師,並將每個禮拜採集的語料整理成一個 `.docx` 檔。

此專案承接 [`puerdon/corpus_processor`](https://github.com/puerdon/corpus_processor),將原本的實作從 Jupyter Notebook 擴充成 Web App。

Expand Down
4 changes: 4 additions & 0 deletions requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
falcon==2.0.0
falcon-cors==1.1.7
gunicorn==20.0.4
python-docx==0.8.10
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
falcon==2.0.0
falcon-cors==1.1.7
gunicorn==20.0.4
python-docx==0.8.10

0 comments on commit 89f7da8

Please sign in to comment.