Spaces:
Build error
Build error
Varsha Dewangan commited on
Commit ·
05fc473
1
Parent(s): e8c1b69
added git
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 29 |
libsm6 \
|
| 30 |
libxext6 \
|
| 31 |
libxrender-dev \
|
|
|
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
# -- Stage 2: Python Dependencies --
|
|
|
|
| 29 |
libsm6 \
|
| 30 |
libxext6 \
|
| 31 |
libxrender-dev \
|
| 32 |
+
git \
|
| 33 |
&& rm -rf /var/lib/apt/lists/*
|
| 34 |
|
| 35 |
# -- Stage 2: Python Dependencies --
|