mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update dockerfile
This commit is contained in:
parent
cf231c202b
commit
8c5a08ceb2
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ RUN if [ $enable_mecab -ne 0 ]; then apt-get update \
|
|||
&& ./bin/install-mecab-ipadic-neologd -n -y \
|
||||
&& rm -rf /opt/mecab-ipadic-neologd \
|
||||
&& echo "dicdir = /usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/" > /etc/mecabrc \
|
||||
&& apt-get purge git make curl xz-utils file -y; fi
|
||||
&& apt-get purge git make curl xz-utils file -y \
|
||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /root/.gnupg /tmp/library-scripts; fi
|
||||
|
||||
COPY . /ai
|
||||
|
||||
|
|
Loading…
Reference in a new issue