anvisinghh commited on
Commit
329f151
·
verified ·
1 Parent(s): 3a7e9c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
21
  uvicorn \
22
  pydantic \
23
  openai \
24
- openenv-core==0.1.5
25
  # Copy the rest of your application code
26
  COPY . .
27
 
 
21
  uvicorn \
22
  pydantic \
23
  openai \
24
+ openenv-core==0.2.3
25
  # Copy the rest of your application code
26
  COPY . .
27