mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix: Fix venv issue with Docker build on Google Cloud
See also https://stackoverflow.com/a/70340377
This commit is contained in:
@@ -26,6 +26,7 @@ ENV PIP_NO_CACHE_DIR=yes \
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
ENV PATH="$POETRY_HOME/bin:$PATH"
|
||||
RUN poetry config installer.max-workers 10
|
||||
RUN poetry config virtualenvs.path /venv
|
||||
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
|
||||
Reference in New Issue
Block a user