We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef03913 commit 98e3ad0Copy full SHA for 98e3ad0
Dockerfile
@@ -6,8 +6,6 @@ FROM python:3.12-slim
6
# Set environment variables to ensure output is not buffered
7
ENV PYTHONUNBUFFERED=1
8
ENV PYTHONDONTWRITEBYTECODE=1
9
-ENV OPENAI_API_KEY="your_key"
10
-ENV WORKSPACE_DIR="agent_workspace"
11
12
# Set the working directory inside the container
13
WORKDIR /app
0 commit comments