docker python 3.11 容器报错

  1. OSError: libc++.so.1: cannot open shared object file: No such file or directory

解决办法 Dockerfile文件中增加如下命令执行安装

复制代码
RUN apt install libc++-dev
  1. ImportError: libGL.so.1: cannot open shared object file: No such file or directory

解决办法 Dockerfile文件中增加如下命令执行安装

RUN apt install libgl1 -y

相关推荐
刘悦的技术博客2 天前
MagicQuill,AI动态图像元素修改,AI绘图,需要40G的本地硬盘空间,12G显存可玩,Win11本地部署
ai·aigc·python3.11
follycat4 天前
ISCTF2024
java·网络·数据库·学习·网络安全·python3.11
fen_fen7 天前
Python3.11.9下载和安装
python3.11
壹屋安源10 天前
CentOS 安装 Python 3.11.9完整流程
python·centos·virtualenv·pip·python3.11
刘悦的技术博客1 个月前
MaskGCT,AI语音克隆大模型本地部署(Windows11),基于Python3.11,TTS,文字转语音
ai·tts·python3.11
Python_trys1 个月前
python3的语法及入门(近7000字,耐心看包全,看完记得点赞)!
开发语言·python·python3.11
我命由我123451 个月前
1.Python 引入(字面量、注释、变量、数据类型、数据类型转换、标识符、运算符、字符串扩展)
后端·python·学习·pycharm·学习方法·python3.11
我命由我123451 个月前
5.Python 数据容器(list 列表、tuple 元组、str 字符串、set 集合、dict(字典)、序列切片)
数据结构·windows·笔记·python·学习·list·python3.11
技术无疆2 个月前
【Python】Uvicorn:Python 异步 ASGI 服务器详解
运维·服务器·开发语言·网络·python·pygame·python3.11
技术无疆2 个月前
【Python】Arrow使用指南:轻松管理日期与时间
开发语言·人工智能·python·深度学习·机器学习·数据挖掘·python3.11