You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
ERROR: Service 'appseed-app' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
OS: Raspbian on raspberry Pi.
Python 3.9.2 (default, Mar 12 2021, 04:06:34)
sudo apt update
sudo apt install cmake ninja -y
cd django-datta-able
docker-compose up --build
output:
Dockerfile:12
10 | # install python dependencies
11 | RUN pip install --upgrade pip
12 | >>> RUN pip install --no-cache-dir -r requirements.txt
13 |
14 | COPY . .
ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
ERROR: Service 'appseed-app' failed to build : Build failed
The text was updated successfully, but these errors were encountered: