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

相关推荐
vvw&4 天前
如何在 Ubuntu 22.04 上安装 JupyterLab 环境教程
linux·运维·服务器·ubuntu·jupyter·开源·python3.11
Guofu_Liao1 个月前
大语言模型---Llama不同系列的权重参数文件提取;Llama-7B权重文件提取;Llama-8B权重文件提取;主要代码功能解析
人工智能·语言模型·自然语言处理·chatgpt·aigc·llama·python3.11
刘悦的技术博客1 个月前
MagicQuill,AI动态图像元素修改,AI绘图,需要40G的本地硬盘空间,12G显存可玩,Win11本地部署
ai·aigc·python3.11
follycat1 个月前
ISCTF2024
java·网络·数据库·学习·网络安全·python3.11
fen_fen1 个月前
Python3.11.9下载和安装
python3.11
壹屋安源1 个月前
CentOS 安装 Python 3.11.9完整流程
python·centos·virtualenv·pip·python3.11
刘悦的技术博客2 个月前
MaskGCT,AI语音克隆大模型本地部署(Windows11),基于Python3.11,TTS,文字转语音
ai·tts·python3.11
Python_trys2 个月前
python3的语法及入门(近7000字,耐心看包全,看完记得点赞)!
开发语言·python·python3.11
我命由我123452 个月前
1.Python 引入(字面量、注释、变量、数据类型、数据类型转换、标识符、运算符、字符串扩展)
后端·python·学习·pycharm·学习方法·python3.11
我命由我123452 个月前
5.Python 数据容器(list 列表、tuple 元组、str 字符串、set 集合、dict(字典)、序列切片)
数据结构·windows·笔记·python·学习·list·python3.11