Add git to docker, and fix transformer requirement version

This commit is contained in:
Adityavardhan Agrawal 2025-05-01 12:05:14 -07:00
parent 3463961078
commit fd49398718
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
g++ \
cmake \
python3-dev \
git \
&& rm -rf /var/lib/apt/lists/*
# Install Rust using the simpler method
@ -44,6 +45,7 @@ RUN apt-get update && apt-get install -y \
g++ \
cmake \
python3-dev \
git \
&& rm -rf /var/lib/apt/lists/*
# Copy installed packages from builder

View File

@ -323,7 +323,7 @@ tornado==6.4.1
tqdm==4.66.4
trafilatura==2.0.0
traitlets==5.14.3
transformers==4.49.0
transformers>=4.49.0
trec-car-tools==2.6
twine==6.0.1
typer==0.12.3