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
Originally posted by Krn-01 September 17, 2024
I'm Creating docker image with cgr.dev/chainguard/python:latest-dev. I want to run my application using uwsgi. Do anyone how to solve this.
docker > uwsgi --ini uwsgi.ini
[uWSGI] getting INI configuration from uwsgi.ini
*** Starting uWSGI 2.0.26 (64bit) on [Mon Sep 16 12:46:25 2024] ***
compiled with version: 14.2.0 on 16 September 2024 12:27:18
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: 2ddb1c402c7b
machine: x86_64
clock source: unix
detected number of CPU cores: 6
current working directory: /app
detected binary path: /app/venv/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
uWSGI running as root, you can use --uid/--gid/--chroot options
setuid() to 1000
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 0.0.0.0:5001 fd 3
open("/dev/null"): No such file or directory [core/socket.c line 1820]
WARNING: unable to remap stdin, /dev/null not available
Python version: 3.12.6 (tags/v3.12.6-dirty:a4a2d2b, Sep 11 2024, 15:26:44) [GCC 14.2.0]
Could not find platform independent libraries <prefix
Thanks.
The text was updated successfully, but these errors were encountered:
Discussed in https://github.com/orgs/wolfi-dev/discussions/28561
Originally posted by Krn-01 September 17, 2024
I'm Creating docker image with cgr.dev/chainguard/python:latest-dev. I want to run my application using uwsgi. Do anyone how to solve this.
Thanks.
The text was updated successfully, but these errors were encountered: