[ ] 👎 Sweep Needs Improvement
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the Docker build failure in the Dockerfile.prod file of the Deep-Learning-Playground repository. The build failure occurred due to the absence of the pyproject.toml file during the copying process.
Summary of Changes
Modified the Dockerfile.prod file to include the pyproject.toml file in the COPY command.
Please review and merge this PR to resolve the failing GitHub Actions run.
PR Feedback (click)
Dockerfile.prod
file of the Deep-Learning-Playground repository. The build failure occurred due to the absence of thepyproject.toml
file during the copying process.Summary of Changes
Dockerfile.prod
file to include thepyproject.toml
file in theCOPY
command.Please review and merge this PR to resolve the failing GitHub Actions run.