我使用streamlit、PyTorch和OpenCV在OpenShift在线平台上构建了一个web应用程序。opt/app-root/lib/python3.6/site-packages/cv2/__init__.py", line 3, in <module>ImportError: libXrender.so.1: cannot open shared object fil
我需要在OpenShift在线平台上部署一个web应用程序,其中涉及到使用存储在github repo上的文件。当我构建应用程序时,我收到了这样的消息:generated new fontManager我猜原因一定是权重文件是由lfs存储的。看起来OpenShift只是git拉取存储库,而不是git-lfs拉取。PS:我正在使用dockerfile构