Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 27, 2023
1 parent e721a8a commit c0e240b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dependencies/Dockerfile_opencv
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Use the base image
FROM ghcr.io/tauffer-consulting/domino-base-piece:latest

# Update package lists and install necessary dependencies
RUN apt-get update && \
apt-get install -y \
python3-dev \
python3-pip \
libopencv-dev

# Install OpenCV using pip (Python package manager)
RUN pip3 install opencv-python-headless

# Set working directory (optional)
WORKDIR /app

0 comments on commit c0e240b

Please sign in to comment.