Tag Archives: Docker run xxx

Docker run xxx,E Time Elapsed: 0:00:00.000180

Problem description:

Environment: Windows 10, debug the local project, upload it to Docker for execution, and keep reporting errors (error message below). When Docker builds, there are abnormal prompts (below) : at first I thought it was a permission problem, but later I searched it and found it was not this problem.

SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to
build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.


address:

“Pandas” is not required to be written in the required. Txt file for “Pandas”.

1. Check that the project's dependencies are all written to the requirements.txt file and installed successfully!
2. Check your Python virtual environment to make sure it works!
3. Double check the project runtime environment!