Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing requirements.txt in Docker build process #6328

Closed
wants to merge 1 commit into from

Conversation

sonole
Copy link

@sonole sonole commented Oct 14, 2024

  • Added requirements.txt to the Docker build context to resolve the missing file error during the Sphinxsetup.sh script execution.
  • Updated Dockerfile to ensure requirements.txt is copied into the working directory before running the script.
  • Verified successful Docker image build with all dependencies installed.

This change resolves the error:

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

@sonole sonole closed this by deleting the head repository Oct 14, 2024
@peterbarker
Copy link
Contributor

@sonole why did you close this? Seemed it was good to go.

@sonole
Copy link
Author

sonole commented Oct 14, 2024

@peterbarker My bad, i thought that it the PR was merged and I deleted the repo..
Should I redo the PR?

@peterbarker
Copy link
Contributor

@peterbarker My bad, i thought that it the PR was merged and I deleted the repo.. Should I redo the PR?

Yes please :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants