mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
FROM python:3.11-slim
|
|
COPY installer/install_model.py install_model.py
|
|
RUN pip3 install --upgrade pip setuptools && \
|
|
pip install pycrawlers && \
|
|
pip install transformers && \
|
|
python3 install_model.py |