Can't install pip packages inside a docker container with Ubuntu

前端 未结 16 2388
抹茶落季
抹茶落季 2020-11-30 19:07

I\'m following the fig guide to using docker with a python application, but when docker gets up to the command

RUN pip install -r requirements.txt

16条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 19:32

    ok, restarting my docker-machine is solving the problem. thanks – ismailsunni

    This was the solution for me:

    docker-machine restart 
    

提交回复
热议问题