Skip to content

Commit 70f9828

Browse files
committed
name suggestion: preprocess + BPE
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent d390f8d commit 70f9828

File tree

3 files changed

+537
-1452
lines changed

3 files changed

+537
-1452
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ENV GITBASE_USERNAME root
1414
ENV GITBASE_PASSWORD ""
1515
ENV ARTM_SHARED_LIBRARY /usr/local/lib/libartm.so
1616
ENV NLTK_DATA /devfest/nltk_data
17+
ENV LANG en_US.UTF-8
18+
ENV LC_ALL en_US.UTF-8
1719

1820
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1921

0 commit comments

Comments
 (0)