Skip to content

Commit

Permalink
更新hanlp版本
Browse files Browse the repository at this point in the history
  • Loading branch information
KOUymA authored Sep 14, 2024
1 parent bc36436 commit 9bfca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:7.9.0
MAINTAINER Hain Wang <[email protected]>

RUN apt-get update
RUN apt-get install openjdk-7-jdk -yy
RUN apt-get install openjdk-7-jdk -y

RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN /bin/bash -c "mkdir -p /hanlp-api"
Expand Down

0 comments on commit 9bfca9c

Please sign in to comment.