Skip to content

Commit

Permalink
fixed Pylot Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Koehler committed Sep 9, 2021
1 parent a077305 commit 305312b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autonomous_driving/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN pip3 install pygame==1.9.6

WORKDIR /home/erdos/workspace/pylot
RUN git pull
ENV PYLOT_SHA1 fdba02482f7be134a106479c96ad43273f4235d3
RUN git reset --hard $PYLOT_SHA1

# ============= PREPARE ENVIRONMENT FOR SIMULATION ============= #

Expand Down

0 comments on commit 305312b

Please sign in to comment.