You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posible WORK AROUND
Comment line in run_first.py number 38:
remove_old_files(PROCESSED_RESUMES_PATH)
Question
Why it is this script deleting all files contained in this folder?
How do I need to build without commenting this line?
PD
If you want to build from dockerfile do not forget to comment line 60 also from run_first.py
#remove_old_files(PROCESSED_JOB_DESCRIPTIONS_PATH)
(Similar problem as before)
PD2
Still some error while building from docker...
To solve them run in the docker container folder /data/Resume-Matcher/:
By the way! Thanks for this open source software to the developers! Just first impression but really nice software! Just wondering right now how keywords are extracted from my resume haha
Describe the bug
Dockerfile building arise error "No files in /Data/Resumes" when files are in the folder.
To Reproduce
Just run the docker build or docker-compose up in the root project folder
Expected behavior
Docker Builds does NOT work.
"No files in /Data/Resumes" Error
Desktop (please complete the following information):
Posible WORK AROUND
Comment line in run_first.py number 38:
remove_old_files(PROCESSED_RESUMES_PATH)
Question
Why it is this script deleting all files contained in this folder?
How do I need to build without commenting this line?
PD
If you want to build from dockerfile do not forget to comment line 60 also from run_first.py
#remove_old_files(PROCESSED_JOB_DESCRIPTIONS_PATH)
(Similar problem as before)
PD2
Still some error while building from docker...
To solve them run in the docker container folder /data/Resume-Matcher/:
And it seems to work without any trouble... at least for the moment
The text was updated successfully, but these errors were encountered: