Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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.
|
| 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 |
|