Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM python:3.10-slim
|
|
|
2 |
WORKDIR /app
|
3 |
COPY . .
|
4 |
|
|
|
1 |
FROM python:3.10-slim
|
2 |
+
RUN apt-get update && apt-get install -y git
|
3 |
WORKDIR /app
|
4 |
COPY . .
|
5 |
|