13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
|
|
FROM git.modelhub.org.cn:9443/enginex-iluvatar/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"]
|
|
|
|
|