Library cleanup (#1491)
* library cleanup * remove fastcv * Fix build step * bump cereal * bump cereal * Install capnp * bump * no docker cache * Update installation instructions * Needs sudo * Can we sudo? * Cache was not the problem * remove static libraries from boardd install script * Update setup script * Remove import * No capnp install in lgtm * Fix dockerfile old-commit-hash: 72db8d890d04e6eb3ce652be3da9bdf23ebda510
This commit is contained in:
@@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||
autoconf \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
capnproto \
|
||||
libcapnp-dev \
|
||||
clang \
|
||||
cmake \
|
||||
curl \
|
||||
@@ -27,7 +29,8 @@ RUN apt-get update && apt-get install -y \
|
||||
libsqlite3-dev \
|
||||
libtool \
|
||||
libusb-1.0-0-dev \
|
||||
libzmq5-dev \
|
||||
libczmq-dev \
|
||||
libzmq3-dev \
|
||||
locales \
|
||||
ocl-icd-libopencl1 \
|
||||
ocl-icd-opencl-dev \
|
||||
@@ -67,6 +70,7 @@ ENV PATH="/tmp/openpilot/external/bin:${PATH}"
|
||||
ENV PYTHONPATH /tmp/openpilot:${PYTHONPATH}
|
||||
|
||||
RUN mkdir -p /tmp/openpilot
|
||||
|
||||
COPY ./flake8_openpilot.sh /tmp/openpilot/
|
||||
COPY ./pylint_openpilot.sh /tmp/openpilot/
|
||||
COPY ./.pylintrc /tmp/openpilot/
|
||||
|
||||
Reference in New Issue
Block a user