Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
manually install libgl1, needed for the use of OpenCV in defect recognition
  • Loading branch information
fabianschoeppach authored Feb 6, 2025
1 parent 819c26c commit b1bcb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ COPY scripts ./scripts

FROM base_final AS final

# manually install libgl1, needed for the use of openCV in defect recognition
RUN apt-get update && apt-get install libgl1

COPY --chown=nomad:1000 --from=builder /opt/venv /opt/venv
COPY --chown=nomad:1000 scripts/run.sh .
COPY --chown=nomad:1000 scripts/run-worker.sh .
Expand Down

0 comments on commit b1bcb6c

Please sign in to comment.