FROM python:latestRUN python -m venv $VIRTUAL_ENVRUN /venv/bin/pip3 install tensorflow 但当我跑步的时候我会...: No matching distribution found for tensorflow 我尝试
我想在我的docker文件中创建virtualenv,它使用python3.6,但我不知道python3.4版本是从哪里来的,即使这个版本不是我在ubuntu中默认的python3版本,我也从来没有在我的PC上安装过它 FROM ubuntu:trusty
#ENV PYTHONPATH "python3-pip -y
RUN pip