Skip to content

Commit

Permalink
adding git-lfs to Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Apr 26, 2020
1 parent 07b971a commit f3cf74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.openpilot
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
curl \
ffmpeg \
git \
git-lfs \
libarchive-dev \
libbz2-dev \
libcurl4-openssl-dev \
Expand Down Expand Up @@ -67,6 +68,7 @@ ENV PATH="/tmp/openpilot/external/bin:${PATH}"
ENV PYTHONPATH /tmp/openpilot:${PYTHONPATH}

RUN mkdir -p /tmp/openpilot
RUN git lfs pull
COPY ./flake8_openpilot.sh /tmp/openpilot/
COPY ./pylint_openpilot.sh /tmp/openpilot/
COPY ./.pylintrc /tmp/openpilot/
Expand Down

0 comments on commit f3cf74c

Please sign in to comment.