Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,6 @@ COPY requirements.txt .
|
|
| 11 |
# Instalar dependencias de Python (incluyendo llama_index)
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
-
|
| 15 |
# Copiar el resto de los archivos
|
| 16 |
COPY . .
|
| 17 |
|
|
|
|
| 11 |
# Instalar dependencias de Python (incluyendo llama_index)
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
|
|
|
| 14 |
# Copiar el resto de los archivos
|
| 15 |
COPY . .
|
| 16 |
|