Skip to content

Commit 2c33e36

Browse files
committed
khaiii 바이너리 파일 URL 추가.
1 parent 85a40b4 commit 2c33e36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM tensorflow/tensorflow:latest-py3 AS base
33
WORKDIR /workspaces/pyko
44
COPY . .
55

6+
# https://github.com/codebasic/khaiii/releases/download/v0.4/khaiii-0.4-py3-none-any.whl
67
RUN pip install ./khaiii-0.4-py3-none-any.whl
78
# Khaiii 시스템 언어 설정
89
RUN apt-get update -y && apt-get install -y language-pack-ko \

0 commit comments

Comments
 (0)