geronimo-pericoli commited on
Commit
d5872b2
·
verified ·
1 Parent(s): ea07154

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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