Skip to content

Run on a Raspberry pi #8

@alcalawil

Description

@alcalawil

I managed to make it work on a Raspberry pi using this Dockerfile..

FROM mohaseeb/raspberrypi3-python-opencv:3.4.1

ENV OPENCV4NODEJS_DISABLE_AUTOBUILD=1

RUN curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - && sudo apt install -y nodejs

WORKDIR /app

COPY ./package.json /app/package.json

RUN npm install -g nodemon && npm install

COPY ./src /app/src

CMD ["nodemon", "-L", "./src/server.js"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions