我创建了一个包含Pipfile的包,我想用docker进行测试。
我想安装用Pipfile编写的软件包,不需要创建virutalenv。
# (do something to create some-file) RUN pip install (some-file)
怎么做?
https://stackoverflow.com/questions/54995003
相似问题