Skip to content

Commit

Permalink
fix purging
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 26, 2024
1 parent d0b8c7a commit 85d0a0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/custom-tokenizers.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN apt remove -y g++ cmake xz-utils build-essential libprotobuf-dev protobuf-compiler

0 comments on commit 85d0a0f

Please sign in to comment.