taahaasaif commited on
Commit
bfa0af5
·
verified ·
1 Parent(s): a0efa20

Deploy None agent

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.11-slim
2
 
3
  WORKDIR /app
4
 
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  fastapi==0.104.1
2
  uvicorn[standard]==0.24.0
3
  pydantic==2.5.0
4
- openai-agents==0.1.0
5
  python-dotenv==1.0.0
 
1
  fastapi==0.104.1
2
  uvicorn[standard]==0.24.0
3
  pydantic==2.5.0
 
4
  python-dotenv==1.0.0