Skip to content

Commit

Permalink
reverting back Dockerfile as we changed workflow to include lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Apr 26, 2020
1 parent fa9981c commit e1a29ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile.openpilot
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM ubuntu:16.04
ENV PYTHONUNBUFFERED 1

RUN apt-get update && apt-get install -y apt-utils && apt-get install -y curl
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

RUN apt-get install -y \
RUN apt-get update && apt-get install -y \
autoconf \
build-essential \
bzip2 \
Expand All @@ -13,7 +10,6 @@ RUN apt-get install -y \
curl \
ffmpeg \
git \
git-lfs \
libarchive-dev \
libbz2-dev \
libcurl4-openssl-dev \
Expand Down Expand Up @@ -71,8 +67,6 @@ ENV PATH="/tmp/openpilot/external/bin:${PATH}"
ENV PYTHONPATH /tmp/openpilot:${PYTHONPATH}

RUN mkdir -p /tmp/openpilot
#BB pull our bz2 logs since we can not use the commaai ones
RUN git lfs pull -I "selfdrive/test/process_replay/ref_files/*.bz2"
COPY ./flake8_openpilot.sh /tmp/openpilot/
COPY ./pylint_openpilot.sh /tmp/openpilot/
COPY ./.pylintrc /tmp/openpilot/
Expand Down

0 comments on commit e1a29ed

Please sign in to comment.