Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -4,4 +4,6 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
-
RUN uv init && uv add -r deps.txt
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
+
RUN uv init && uv add -r deps.txt
|
| 8 |
+
|
| 9 |
+
RUN apt-get update -y && apt-get install wget curl git -y
|