Skip to content

Commit

Permalink
Dockerfile: Add mavsdk
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jun 13, 2024
1 parent 2337004 commit bc3dc93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN CMAKE_ARGS=-DPYTHON3_LIMITED_API=ON pip install opencv-python-headless --ver
# This need to be after opencv
RUN pip install --no-cache-dir jupyterlab --verbose

RUN pip install mavsdk

# Move our nginx configuration to the standard nginx path
COPY files/nginx.conf /etc/nginx/nginx.conf

Expand Down

0 comments on commit bc3dc93

Please sign in to comment.