add pip
1 parent ff97052 commit e5a2741f6e73797a1c89626a4810305b822cdf8b
@kbkn kbkn authored on 31 Mar 2021
Showing 1 changed file
View
42
Dockerfile
carla-simulator=0.9.10-1 \
libxerces-c-dev \
python-pip && \
rm -rf /var/lib/apt/lists/* && \
echo "export PYTHONPATH=$PYTHONPATH:/opt/carla-simulator/PythonAPI/carla/dist/carla-0.9.10-py2.7-linux-x86_64.egg:/opt/carla-simulation/PythonAPI/carla" >> ~/.bashrc
 
echo "export PYTHONPATH=$PYTHONPATH:/opt/carla-simulator/PythonAPI/carla/dist/carla-0.9.10-py2.7-linux-x86_64.egg:/opt/carla-simulation/PythonAPI/carla" >> ~/.bashrc && \
pip install \
simple-pid \
numpy \
pygame \
transforms3d \
future \
matplotlib \
open3d \
pyrsistent==0.16.1 \
psutil \
py-cpuinfo \
python-tr \
xmlschema==1.0.18 \
py-trees==0.8.3 \
Shapely \
mkdocs \
markdown-include \
mkdocs-redirects \
networkx
COPY run.sh /run.sh
CMD ["bash", "/run.sh"]