NightmareFox12 commited on
Commit
c7473c7
verified
1 Parent(s): c53bc02

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -5,9 +5,6 @@ WORKDIR /app
5
  COPY requirements.txt ./
6
  COPY rag_api.py ./
7
 
8
- # 1. Instalar Pydantic v1.x primero para evitar el conflicto de deserializaci贸n.
9
- RUN pip install --no-cache-dir pydantic==1.10.16
10
-
11
  # Instala las dependencias
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
 
5
  COPY requirements.txt ./
6
  COPY rag_api.py ./
7
 
 
 
 
8
  # Instala las dependencias
9
  RUN pip install --no-cache-dir -r requirements.txt
10