Skip to content

Commit 97e2af2

Browse files
committed
fixed Dockerfile
1 parent 902e5f4 commit 97e2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.melodic

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN cd /home/$USERNAME && \
101101
git clone https://github.com/carla-simulator/scenario_runner.git -b v${CARLA_VERSION} && \
102102
sudo pip install -r scenario_runner/requirements.txt
103103

104-
RUN sudo python -m easy_install /opt/carla-simulator/PythonAPI/carla/dist/carla-0.9.11-py2.7-linux-x86_64.egg
104+
RUN sudo python -m easy_install /opt/carla-simulator/PythonAPI/carla/dist/carla-${CARLA_VERSION}-py2.7-linux-x86_64.egg
105105
RUN echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc && \
106106
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc && \
107107
echo "export SCENARIO_RUNNER_PATH=/home/$USERNAME/scenario_runner" >> ~/.bashrc && \

0 commit comments

Comments
 (0)