Update dockerfile to include datamodel_code_generator (#1492)

This commit is contained in:
Lianmin Zheng
2024-09-22 04:49:16 -07:00
committed by GitHub
parent 6f3cf1297e
commit 39bb49d156
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& rm -rf /var/lib/apt/lists/* \
&& apt clean
# For openbmb/MiniCPM models
RUN pip3 install datamodel_code_generator
WORKDIR /sgl-workspace
RUN python3 -m pip install --upgrade pip setuptools wheel html5lib six \