Issue with Docker Build: 'Changes out of order' error on Windows 11" #4264
Unanswered
Harshit28j
asked this question in
Q&A
Replies: 2 comments
-
Even I am facing the same issue Additionally, I am getting ERROR [django internal] load build context |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue Resolved [Django Internal] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
![image](https://private-user-images.githubusercontent.com/48647625/303043621-5cca61d3-dc12-4357-89fd-bff10eac3b3c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODEyNzIsIm5iZiI6MTczODk4MDk3MiwicGF0aCI6Ii80ODY0NzYyNS8zMDMwNDM2MjEtNWNjYTYxZDMtZGMxMi00MzU3LTg5ZmQtYmZmMTBlYWMzYjNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAyMTYxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZjYjcxZjU0NjM1YTQzZGZlMzFiNDljNDcwYjQzMDczODg1MWNkNzk5NDc5MzRkM2ZiOTIyMDU1MmM2OTI2YjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VmW0oqruhoAKXw9fZlvxPIroyK-eI_AprJPk0QW5oL4)
I'm trying to set up EvalAI on Windows 11 using Docker but getting the following error when running
docker-compose up --build
:failed to solve: changes out of order: "requirements/code_upload_worker.txt"
Could there be something with how docker handles file mounting on Windows that's causing this? Or is there a workaround for this specific error when building EvalAI?
Any help would be appreciated! I'm looking forward to start using EvalAI but been stuck on this docker build issue for a while.
Beta Was this translation helpful? Give feedback.
All reactions