提交 88cb8c43 编写于 作者: C changsh726 提交者: Liu Jiaming

docker: add python dependencies into docker image

上级 73f11421
...@@ -93,6 +93,11 @@ apt-get -y update && \ ...@@ -93,6 +93,11 @@ apt-get -y update && \
apt-get -y install \ apt-get -y install \
liblz4-dev liblz4-dev
#######################################################
COMPONENT="modules/tools"
info "Install support for [${COMPONENT}] ..."
bash /tmp/installers/install_python_modules.sh
# Modules that DON'T need pre-installed dependencies # Modules that DON'T need pre-installed dependencies
# modules/v2x # modules/v2x
# modules/storytelling # modules/storytelling
......
...@@ -25,12 +25,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" ...@@ -25,12 +25,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
apt update -y && apt install -y \ apt update -y && apt install -y \
libgeos-dev \ libgeos-dev \
python3-matplotlib \ software-properties-common
python3-pip \
python3-psutil \
python3-scipy \
software-properties-common \
libasound2-dev
pip3_install -r py3_requirements.txt pip3_install -r py3_requirements.txt
......
# system utils # system utils
supervisor supervisor
psutil
# Google infras # Google infras
absl-py absl-py
...@@ -14,19 +15,16 @@ flask-cors ...@@ -14,19 +15,16 @@ flask-cors
requests requests
simplejson simplejson
# ROS env
PyYAML
# Python tools # Python tools
pyproj pyproj
shapely shapely
matplotlib
# Data format # Data format
h5py h5py
utm utm
# Audio
pyalsaaudio
# Learning # Learning
opencv-python opencv-python
numpy
scipy
...@@ -30,7 +30,7 @@ LOCAL_IMAGE="no" ...@@ -30,7 +30,7 @@ LOCAL_IMAGE="no"
FAST_BUILD_MODE="no" FAST_BUILD_MODE="no"
FAST_TEST_MODE="no" FAST_TEST_MODE="no"
VERSION="" VERSION=""
VERSION_X86_64="dev-x86_64-18.04-20200701_0153" VERSION_X86_64="dev-x86_64-18.04-20200701_2222"
VERSION_AARCH64="dev-aarch64-20170927_1111" VERSION_AARCH64="dev-aarch64-20170927_1111"
VERSION_OPT="" VERSION_OPT=""
NO_PULL_IMAGE="" NO_PULL_IMAGE=""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册