Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
redhox authored Sep 2, 2024
1 parent a8dd918 commit c531c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile pour l'API FastAPI
FROM python:3.10
RUN apt-get update && apt-get install -y libsm6 libxext6 libxrender-dev
RUN apt update && apt install -y python3-opencv
RUN apt-get install -y python3-opencv
# Répertoire de travail
WORKDIR /app

Expand Down

0 comments on commit c531c57

Please sign in to comment.