Deployment Problems
Docker
- I created the
dockerfile
for the python:3.12 base image with installing the dependencies using pip which leads to error of building thesam2
package because it haspyproject.yaml
based configurations - Then updated the
dockerfile
to copy my virtual environment to the docker, the build is success but the runtime fails because the image isdebian
based, my OS is windows