Deployment Problems
Docker
- I created the
dockerfilefor the python:3.12 base image with installing the dependencies using pip which leads to error of building thesam2package because it haspyproject.yamlbased configurations - Then updated the
dockerfileto copy my virtual environment to the docker, the build is success but the runtime fails because the image isdebianbased, my OS is windows