vishwajeetdabholkar / resume_parser_api

Apache License 2.0
7 stars 3 forks source link

Add Dockerfile #2

Closed gnanesh-16 closed 10 hours ago

gnanesh-16 commented 1 day ago

Docker Setup for Resume Parser

This Docker container runs on a Linux distribution with all necessary dependencies, including Tesseract and Propellor. Since Ubuntu does not have Propellor by default, I have added it to the requirements.

Build the Docker Image

To build the Docker image, run the following command:


docker build -t resume-parser .
vishwajeetdabholkar commented 14 hours ago

Hey @gnanesh-16 did you tested this ? does this work ?

gnanesh-16 commented 14 hours ago

Yes, @vishwajeetdabholkar I tested it and that worked well and you can build it from the docker build -t resume-parser . can view it in port 8000