Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# FROM python:3.9
|
2 |
FROM hdgigante/python-opencv:4.7.0-ubuntu
|
3 |
|
4 |
-
|
5 |
|
6 |
# RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
|
7 |
|
|
|
1 |
# FROM python:3.9
|
2 |
FROM hdgigante/python-opencv:4.7.0-ubuntu
|
3 |
|
4 |
+
RUN apt-get update && apt-get -y install git-all
|
5 |
|
6 |
# RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
|
7 |
|