oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

8knot local build breaking from docker file #438

Closed cdolfi closed 12 months ago

cdolfi commented 1 year ago

Maybe issue with docker clean up?

#0 14.23 Installing collected packages: wcwidth, pytz, fuzzywuzzy, distlib, dash-table, dash-mantine-components, dash-html-components, dash-core-components, billiard, zipp, wrapt, vine, urllib3, toml, tenacity, six, rapidfuzz, pyyaml, pyparsing, psycopg2-binary, prompt-toolkit, platformdirs, numpy, nodeenv, markupsafe, itsdangerous, idna, identify, gunicorn, greenlet, filelock, click, charset-normalizer, cfgv, certifi, async-timeout, werkzeug, virtualenv, sqlalchemy, scipy, requests, python-dateutil, pyarrow, plotly, patsy, packaging, Levenshtein, jinja2, importlib-metadata, deprecated, click-repl, click-plugins, click-didyoumean, amqp, redis, python-Levenshtein, pre-commit, pandas, kombu, flask, statsmodels, rq, dash, celery, plotly-express, dash-bootstrap-components, dash-bootstrap-templates
#0 19.13 ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '/opt/app-root/lib64/python3.9/site-packages/pyarrow/include'
#0 19.13 
#0 19.25 
#0 19.25 [notice] A new release of pip available: 22.2.2 -> 23.2.1
#0 19.25 [notice] To update, run: pip install --upgrade pip
------
failed to solve: executor failed running [/bin/sh -c pip3 install --no-cache-dir -r requirements.txt]: exit code: 1
JamesKunstle commented 12 months ago

Problem was that there were too many cached layers in the Docker virtual disk.

In Docker Desktop, in debugging panel (bug icon), "clean and purge" data. Destroys virtual disk.