Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit e791849

Browse files
author
Hamel Husain
authored
Merge pull request #100 from github/hamelsmu-patch-3
Fix integration test errors adding sentence piece to dependencies
2 parents d723b58 + cda20b4 commit e791849

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/docker-cpu.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN pip --no-cache-dir install --upgrade \
1010
typed_ast \
1111
more_itertools \
1212
scipy \
13+
sentencepiece \
1314
toolz \
1415
tqdm \
1516
pandas \
@@ -23,4 +24,4 @@ RUN pip --no-cache-dir install --upgrade \
2324
COPY src/docs/THIRD_PARTY_NOTICE.md .
2425
COPY . /
2526
WORKDIR /src
26-
CMD bash
27+
CMD bash

0 commit comments

Comments
 (0)