diff --git a/docker/custom-tokenizers.dockerfile b/docker/custom-tokenizers.dockerfile index fe0819de50fde4..ae697f4bc07401 100644 --- a/docker/custom-tokenizers.dockerfile +++ b/docker/custom-tokenizers.dockerfile @@ -25,6 +25,4 @@ RUN pip uninstall -y transformers RUN uv pip install --no-cache-dir unidic-lite RUN apt-get clean && rm -rf /var/lib/apt/lists/* -RUN pip cache remove "nvidia-*" triton - -RUN apt remove -y g++ cmake xz-utils build-essential libprotobuf-dev protobuf-compiler \ No newline at end of file +RUN apt remove -y g++ cmake xz-utils build-essential libprotobuf-dev protobuf-compiler \ No newline at end of file