Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

flask application running on docker container cannot access Chromadb running on a seperate docker container

enter image description here Hello So I have two docker containers running as shown in the image... One is a Chromadb for vector search and the other one is a flask backend for RAG chatbot. Here is a ...
Daniel Song's user avatar
2 votes
0 answers
31 views

flask docker container http request gives 404 error

I tried using flask with docker. I can run my container without errors but when i tried to connect to it on the browser i get 404 not found error: Browser error And my container console: container ...
Philippe Vallerand's user avatar
0 votes
0 answers
18 views

How to add extra column in Role model in apache superset

I am trying to extend Role model of apache superset and add channel_id as extra column. I have done it through superset_config.py and it looks like this. import flask_appbuilder.const as c import ...
No one's user avatar
  • 1,140
1 vote
0 answers
16 views

Debug flask docker container with breakpoints

I am building my flask application on ubuntu image, below is snippet of my dockerfile FROM ubuntu:24.04 # Install required packages and Python RUN apt-get update && \ apt-get install -y ...
ratnesh's user avatar
  • 529
0 votes
0 answers
20 views

Docker Push to AWS ECR Stuck on Preparing Layers

I'm trying to push a Docker image to AWS ECR, but the push operation gets stuck on the "Preparing" phase for several layers. Some layers are successfully pushed, but others seem to hang ...
Sathish 's user avatar
1 vote
2 answers
44 views

How can I get pre-existing data from a mysql database into a mysql docker container?

I am new to using Docker and I want to place an existing project in a set of Docker containers so I can run the project on other platforms/devices. I currently have a Flask app connected to a mysql ...
irishcomputing's user avatar
0 votes
0 answers
16 views

Unable to rebuild and upload using docker-compose

Following this tutorial, when I am running following command, docker-compose up --build I am getting the following error: Building app [+] Building 4.0s (11/11) FINISHED ...
Sazzad Hissain Khan's user avatar
-2 votes
0 answers
27 views

installing psycopg2 for SQLAlchemy , postgress running in docker connection [duplicate]

It appears you are missing some prerequisite to build the package from source. You may install a binary package by installing 'psycopg2-binary' from PyPI. If you want to install psycopg2 from source, ...
inspironman's user avatar
0 votes
1 answer
49 views

Flask Postgres Kubernetes No such file

I have a Flask + Postgres application, containerized with docker-compose. services: database: image: postgres:latest container_name: hse-database volumes: - postgres_data:/var/lib/...
Imran Said's user avatar
-1 votes
0 answers
37 views

Unable to import app.app with serverless and flask

I'm getting an error showing like this when I test my API with AWS lambda. I created this api using python flask and severless { "errorMessage": "Unable to import app.app", "...
SREENATH's user avatar
0 votes
1 answer
48 views

Launch multiple server apps in localhost with different port numbers within the same container in Cloud Run

I'm creating a webapp with 2 main services: Flask and Chainlit. When I launch my webapp locally on localhost:8080, on my landing page, when I click on the "chat" button, it redirects me to ...
Boubacar Traoré's user avatar
1 vote
1 answer
72 views

Dockerized MinIO Presigned URL SignatureDoesNotMatch with Flask

I have a dockerized Flask + MinIO application. When creating the MinIO client with Flask, I use the Docker alias "minio". If I use "localhost:9000", it will fail to connect. ...
Pedro Rossi's user avatar
0 votes
0 answers
16 views

LibreTranslate deployment to Heroku using docker : Error R10 (Boot timeout)

I'm trying to deploy LibreTranslate, a Python Flask application using Docker on Heroku, but I keep running into a boot timeout error. The application works perfectly when I run it locally using Docker,...
Bassel's user avatar
  • 11
0 votes
0 answers
31 views

Celery tasks aren't sent to celery worker

I'm trying to build web using flask, celery and redis. I'm developing in wsl2 ubuntu and set the environment by docker. Flask, celery and redis are in same docker container. So, my problem is that ...
jhlee's user avatar
  • 1
-1 votes
0 answers
43 views

Flask app fails to run when in docker container. Long build preventing debugging ~40 minutes

I am building a flask app and am trying to run it locally from docker once complete, I later want to deploy to azure. The app works fine locally when I run straight from vs code but once I first build ...
not in use's user avatar

15 30 50 per page
1
2 3 4 5
96