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 90f1045 commit 7ed42e2Copy full SHA for 7ed42e2
Dockerfile
@@ -40,6 +40,6 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
40
COPY . .
41
42
# Set PYTHONPATH to include the working directory for module imports
43
-ENV PYTHONPATH="${PYTHONPATH}:/app"
+ENV PYTHONPATH="/app"
44
45
CMD ["python", "template_langgraph/core.py"]
0 commit comments