Spaces:
Build error
Build error
changed Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,9 @@ RUN apt-get update && \
|
|
| 12 |
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3 pip vim mc wget curl
|
| 13 |
|
| 14 |
# to make open-cv work
|
| 15 |
-
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
|
|
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
COPY . /app
|
|
|
|
| 12 |
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3 pip vim mc wget curl
|
| 13 |
|
| 14 |
# to make open-cv work
|
| 15 |
+
RUN apt-get install ffmpeg libsm6 libxext6 python3-mysql.connector -y
|
| 16 |
+
# to make mysql.connector work
|
| 17 |
+
RUN apt-get install python3-mysql.connector -y
|
| 18 |
|
| 19 |
|
| 20 |
COPY . /app
|