Files
enginex-bi_series-vc-cnn/Dockerfile_bi100

13 lines
319 B
Plaintext
Raw Normal View History

2025-08-12 18:19:12 +08:00
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"]