Skip to content

Commit b002622

Browse files
dvystrcilclaude
andcommitted
fix: add rustc/cargo for tokenizers wheel build
webui.sh installs tokenizers which requires a Rust compiler when no prebuilt wheel is available for the platform. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7035617 commit b002622

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FROM harbor-core.harbor.svc.cluster.local/dockerhub-proxy/rocm/pytorch:rocm7.0.2
1313
RUN apt-get update && \
1414
apt-get install -y --no-install-recommends \
1515
libgl1 wget git curl libtcmalloc-minimal4 python3.12-venv bc \
16+
rustc cargo \
1617
&& rm -rf /var/lib/apt/lists/*
1718

1819
RUN git config --system --add safe.directory /app

0 commit comments

Comments
 (0)