mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
removed debug flag
This commit is contained in:
@@ -25,4 +25,4 @@ RUN pip install --no-cache-dir --user -r requirements-docker.txt
|
||||
COPY --chown=appuser:appuser autogpt/ ./autogpt
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["python", "-m", "autogpt", "--debug"]
|
||||
ENTRYPOINT ["python", "-m", "autogpt"]
|
||||
|
||||
Reference in New Issue
Block a user