Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -10,8 +10,8 @@ WORKDIR /app
|
|
| 10 |
# Copy your requirements file
|
| 11 |
COPY requirements.txt .
|
| 12 |
|
| 13 |
-
RUN
|
| 14 |
-
|
| 15 |
# NOW install Python packages
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip && \
|
| 17 |
pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 10 |
# Copy your requirements file
|
| 11 |
COPY requirements.txt .
|
| 12 |
|
| 13 |
+
RUN git
|
| 14 |
+
|
| 15 |
# NOW install Python packages
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip && \
|
| 17 |
pip install --no-cache-dir -r requirements.txt
|