Skip to content

Commit 98e3ad0

Browse files
authored
Update Dockerfile
1 parent ef03913 commit 98e3ad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ FROM python:3.12-slim
66
# Set environment variables to ensure output is not buffered
77
ENV PYTHONUNBUFFERED=1
88
ENV PYTHONDONTWRITEBYTECODE=1
9-
ENV OPENAI_API_KEY="your_key"
10-
ENV WORKSPACE_DIR="agent_workspace"
119

1210
# Set the working directory inside the container
1311
WORKDIR /app

0 commit comments

Comments
 (0)