docker anaconda

command:

docker search anaconda
docker pull continuumio/anaconda3
conda update conda
conda create --name python3 python=3.7 numpy pandas scipy
conda activate python3
conda install keras pillow grpcio click
pip install imutils
pip install Opencv-python
pip install https://dl.google.com/coral/python/tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl

猜你喜欢

转载自www.cnblogs.com/sunnykwan/p/12294603.html