In Docker, sync lock file with pinned dependencies back to local machine
I would like to install some packages which are not available for my local machine on a Linux container and run it. I am using a Dockerfile
with Python installed on a Linux (bullseye) machine.
I have a pyproject.yml
file with the unpinned dependencies. I am using uv
as the dependency manager. This is how the initial part of the file looks like:
In Docker, sync lock file with pinned dependencies back to local machine
I would like to install some packages which are not available for my local machine on a Linux container and run it. I am using a Dockerfile
with Python installed on a Linux (bullseye) machine.
I have a pyproject.yml
file with the unpinned dependencies. I am using uv
as the dependency manager. This is how the initial part of the file looks like: