Skip to main content

All Questions

Tagged with
0 votes
1 answer
500 views

How to install intel/amd64 OpenCL on tiangolo/uwsgi-nginx-flask:python3.10 (debian 10) docker container?

I am trying to make opencl work within a tiangolo/uwsgi-nginx-flask container. FROM tiangolo/uwsgi-nginx-flask:python3.10 RUN apt-get update #RUN apt-get install -y -f libcrypt-dev libssl-dev openssl ...
0x90's user avatar
  • 332
2 votes
1 answer
11k views

Sending HTTP request to another localhost only Docker container?

I am building a new microservice which is a Python Flask app that is fronted by gunicorn and can take and respond to HTTP get requests. It's kinda like a local proxy service to an external API. I ...
KillerKode's user avatar
0 votes
1 answer
1k views

Flask app inside a docker container is not served to localhost when using docker-compose

I'm learning how to use docker and got stuck on the following. I have my flask app in /var/www/Skills The app tree is (I left out files under static/, templates/, tests/ and some pycache dirs): . ├──...
pavelsaman's user avatar