push to main

This commit is contained in:
zhousha
2025-08-12 18:19:12 +08:00
parent 44954b7481
commit 9d18371bb7
9 changed files with 12 additions and 3233 deletions

12
Dockerfile_bi100 Normal file
View File

@@ -0,0 +1,12 @@
FROM zibo.harbor.iluvatar.com.cn:30000/saas/bi100-3.2.1-x86-ubuntu20.04-py3.10-poc-llm-infer:v1.2.2
WORKDIR /workspace/
COPY ./model_test_caltech_http.py /workspace/
COPY ./microsoft_beit_base_patch16_224_pt22k_ft22k /model
RUN ln -s $(which python3) /usr/bin/python
CMD ["python3", "model_test_caltech_http.py"]