2025-08-12 18:19:12 +08:00
|
|
|
|
2025-08-22 18:54:44 +08:00
|
|
|
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100-3.2.1-x86-ubuntu20.04-py3.10-poc-llm-infer:v1.2.2
|
2025-08-12 18:19:12 +08:00
|
|
|
|
|
|
|
|
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"]
|
|
|
|
|
|
|
|
|
|
|