ejschwartz commited on
Commit
0d583e7
·
1 Parent(s): dca412e

sentencepiece

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
 
9
  COPY ./requirements.txt /code/requirements.txt
10
 
11
- RUN apt-get -y update && apt-get -y install -y python3-pip python-is-python3 git pkg-config
12
 
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
 
8
 
9
  COPY ./requirements.txt /code/requirements.txt
10
 
11
+ RUN apt-get -y update && apt-get -y install -y python3-pip python-is-python3 git pkg-config libsentencepiece-dev
12
 
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14