quanho114 commited on
Commit
b2656a7
·
1 Parent(s): bd21a9a

Update API code

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY src/ ./src/
10
  # Install dependencies LAST to force rebuild
11
  COPY requirements.txt .
12
  RUN pip install --no-cache-dir -r requirements.txt
 
13
 
14
  # Expose port (HF Spaces uses port 7860)
15
  EXPOSE 7860
 
10
  # Install dependencies LAST to force rebuild
11
  COPY requirements.txt .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
+ RUN pip install langchain-openai
14
 
15
  # Expose port (HF Spaces uses port 7860)
16
  EXPOSE 7860