push to main
This commit is contained in:
12
Dockerfile_bi100
Normal file
12
Dockerfile_bi100
Normal 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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user