Docker无法安装numpy,scipy或gensim

Docker无法安装numpy,scipy或gensim,第1张

Docker无法安装numpy,scipy或gensim

要安装numpy,scipy或gensim,需要在Dockerfile之前添加以下几行

RUN pip install -rrequirements.txt

RUN apt-get -y install libc-devRUN apt-get -y install build-essentialRUN pip install -U pip

前两行安装了库所需的C构建工具。tihrd行将pip升级到最新可用版本。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5035177.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存