Docker Step
Build the docker image using the following command
docker buildx build -t akshatgiri/custom-vllm-deploy .
Tag the image
docker tag akshatgiri/custom-vllm-deploy akshatgiri/custom-vllm-deploy:v0.xx <- Version Number
Push the image to docker hub
docker push akshatgiri/custom-vllm-deploy:v0.xx <- Same Version Number