sinsniwal / PathPilot-recommendation-system

The Learning Path Recommendation System is designed to provide students with personalized course recommendations by considering factors such as enrollment data from previous terms, the student's learning profile, feedback from other students, and their schedule and commitments.
MIT License
2 stars 0 forks source link

Need to replace `copy` with `cp` #53

Closed Dhairya-Arora01 closed 10 months ago

Dhairya-Arora01 commented 10 months ago

Prerequisites

Please answer the following questions before submitting an issue.

Description

In a recent pr #49 copy was replaced with cp which is a breaking change as are running our app in a linux container.

Expected Behaviour

copy should be replaced with cp

Anything else you would like to add ?

Anything else.