From 983f0596cdda47d14b7aeeb5cfefface6d7fccc8 Mon Sep 17 00:00:00 2001 From: b08x Date: Sun, 24 Mar 2024 01:34:12 -0400 Subject: [PATCH] tiktoken --- nlp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nlp/Dockerfile b/nlp/Dockerfile index 5941606..d40fe87 100644 --- a/nlp/Dockerfile +++ b/nlp/Dockerfile @@ -48,6 +48,7 @@ ENV PATH $HOME/.local/share/gem/ruby/3.1.0/bin:$HOME/.local/bin:$PATH ENV BUNDLE_PATH $HOME/.local/share/gem RUN gem install ferret-0.11.9.0.gem && \ + bundle lock --add-platform x86_64-linux && \ bundle config build.redic --with-cxx="clang++" --with-cflags="-std=c++0x" && \ bundle install