-
Hello can u help me use this with docker if possible?
-
In your medium article, you have mentioned that "These 4 lines of code can be wrapped up in a Flask application and served as a RESTful API and can be containerized using docker as well."
I can see…
-
Add docker compose image for easy deployment.
-
Hey,
it would be great if you could add a docker compose file, since I have some problems creating the MQTT broker.
Also this would made it easier to get the whole app up and running.
-
Hi.
Could you make a docker image for this repo on dockerhub? I know there is one for the deps, but I cannot access the internet from inside the container on our system, so when I try to build Vacu…
-
Hi, would you be interested in making a Dockerfile for this app so users can just spin up an instance and pass in required environment variables?
I tend to convert all things to docker images and r…
-
我使用的是window11和docker_desktop,使用镜像humble/noetic时出现了这些问题.
bug1:
```
PS C:\Users\zyr> docker run --rm -v D:\data\bags:/tmp/input_bags -v D:\data\result:/tmp/preprocessed koide3/direct_visual_lidar_ca…
-
Was try a simple install per docker-compose from your .yml, but then the following error:
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
in "./docker-compose.yml", line 2…
-
To pull a Docker image of Ubuntu and run it under a custom name, you can follow these steps:
1. **Pull the Ubuntu Docker Image**:
Open your terminal and run the following command to pull the la…
-
Thanks for updating this image so fast. It's missing `php8.2-pgsql` for Postgres support. Otherwise it throws an error.