-
As Dhylan correctly states in the course - the Dockerfile needs correction:
Dockerfile:
apt-get install -y python3-yaml instead of pip3 install PyYAML
corrected version can look like this...
…
-
Currently Python 3.8 is used for both Docker & Github actions (like pytest, nightbuild, cypress).
Python 3.8 is unsupported right now (end of life on 07 Oct 2024 - https://endoflife.date/python)
…
-
Optimize the API Dockerfile
-
Include `python-opencv` in Dockerfile RUN `apt-get install` command.
Remove this from requirements.txt
-
I would consider this an enhancement request.
There are cases where it is useful to test/troubleshoot code across release updates, but none of the dockerfiles have a means of installing a specific …
-
### What do you need?
Kind request for Dockerfile (ideally based on some clean or hardened or widely used docker image) to make it easy to build (with `docker build` or `docker buildx) and run and ev…
-
Add an option to include a Dockerfile in the the repository.
We can use https://www.docker.com/blog/how-to-dockerize-your-python-applications/ and https://hynek.me/articles/docker-uv/ for inspirati…
-
**Good day!**
I was trying to set up Qt 6.8.0. Your Dockerfile was supposed to help with setting up my project, but I couldn't get it to run. I tried to run the Dockerfile itself, but I encountered…
-
hi,
i am not a python guy and i was not able to create working docker image.
maybe someone can help here, thanks !!!
here´s my try, but when starting a container, I always get errors that libra…
-
Подскажите, как сделать автоматическое создание из бд если есть файлик dump.sql в папке mysql. Что необходимо прописать в Dockerfile