After running the command ./update.sh and accepting to rebuild and restart the docker application, I received this error:
--------------------
34 | WORKDIR $APP_HOME/core
35 | COPY core/requirements.txt ./requirements.txt
36 | >>> RUN pip install --no-cache-dir -r requirements.txt
37 |
38 | # Copy frontend build into nginx
--------------------
failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
I’m attaching the log file.
Terminal Saved Output.txt
After running the command
./update.shand accepting to rebuild and restart the docker application, I received this error:I’m attaching the log file.
Terminal Saved Output.txt