主頁 > 知識庫 > 關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法

關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法

熱門標簽:株洲電銷 宿州外呼系統(tǒng)公司 南昌外呼系統(tǒng)定制 貴陽網(wǎng)絡(luò)外呼系統(tǒng)軟件 地圖標注小程序 信陽電銷外呼系統(tǒng)怎么樣 南充電銷外呼系統(tǒng) 海外工廠地圖標注 陜西辦理400電話

寫好的dockerfile的內(nèi)容是:

FROM python:3.6.8

RUN pip install --upgrade pip

WORKDIR /code
ADD . /code

RUN pip install -r requirements.txt

ENTRYPOINT ["pytest"]

執(zhí)行創(chuàng)建鏡像到RUN pip install --upgrade pip的時候報/bin/sh: pip: command not found,發(fā)現(xiàn)報找不到pip:

發(fā)現(xiàn)調(diào)用的鏡像找不到pip命令,這里記錄一下自己的解決方法:

我是把原本調(diào)用的鏡像直接刪除,然后重新build,會去重新下載鏡像,這時候就可以通過

docker rmi -f python:3.6.8

docker build -t python_pytest:v1 .

自己也去網(wǎng)上查了一些資料,大部分建議是去鏡像里安裝pip或者在dockerfile里寫入安裝命令,這兩種個人都嘗試了,發(fā)現(xiàn)還是有其他的坑,最后發(fā)現(xiàn)直接刪除鏡像,重新下載是最快的解決方式,希望能對大家有所幫助。

到此這篇關(guān)于關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法的文章就介紹到這了,更多相關(guān)dockerfile build報/bin/sh內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

標簽:開封 鄭州 石嘴山 汕頭 拉薩 三明 玉林 晉城

巨人網(wǎng)絡(luò)通訊聲明:本文標題《關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法》,本文關(guān)鍵詞  關(guān)于,dockerfile,build,過程,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于關(guān)于dockerfile build過程中報/bin/sh: pip: command not found的解決方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章