Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -10,8 +10,6 @@ RUN apt-get update && \
|
|
| 10 |
&& apt-get clean \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
| 13 |
-
install --upgrade pip
|
| 14 |
-
|
| 15 |
# Copiar requirements primero (para mejor cache de Docker)
|
| 16 |
COPY requirements.txt .
|
| 17 |
|
|
|
|
| 10 |
&& apt-get clean \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Copiar requirements primero (para mejor cache de Docker)
|
| 14 |
COPY requirements.txt .
|
| 15 |
|