We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a40b4 commit 2c33e36Copy full SHA for 2c33e36
Dockerfile
@@ -3,6 +3,7 @@ FROM tensorflow/tensorflow:latest-py3 AS base
3
WORKDIR /workspaces/pyko
4
COPY . .
5
6
+# https://github.com/codebasic/khaiii/releases/download/v0.4/khaiii-0.4-py3-none-any.whl
7
RUN pip install ./khaiii-0.4-py3-none-any.whl
8
# Khaiii 시스템 언어 설정
9
RUN apt-get update -y && apt-get install -y language-pack-ko \
0 commit comments