Spaces:
Running
Running
Asish Karthikeya Gogineni commited on
Commit ·
4ba30a0
1
Parent(s): 5d2eba0
Deploy Sentinel AI 2026-02-26_17:11:21
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,6 @@ FROM python:3.11-slim
|
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
build-essential \
|
| 6 |
curl \
|
| 7 |
-
software-properties-common \
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
|
|
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
build-essential \
|
| 6 |
curl \
|
|
|
|
| 7 |
git \
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|