You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not finding a mechanism to allow access to the internet from within the container during grading. This is problematic for the courses I build, which teach things like web API usage.
Perhaps there is a configuration I am just not seeing. However, this seems likely to be related to the hard-coding of network mode to 'none' in the Docker client here:
Hi Scott, Thank you for reaching out. Unfortunately coursera_autograder is not an exact replication of how it is being run on coursera grading infrastructure. Also access to the internet is allowed only for certain domains in production. New domains will be added after reviewing the request.
We will prioritize to test/fix this flow in coursera_autograder, which might not happen soon. Please feel free to help us with a PR and test samples, and we will be able to review and merge accordingly. Please let us know if you have any follow up comments.
I am not finding a mechanism to allow access to the internet from within the container during grading. This is problematic for the courses I build, which teach things like web API usage.
Perhaps there is a configuration I am just not seeing. However, this seems likely to be related to the hard-coding of network mode to 'none' in the Docker client here:
coursera_autograder/coursera_autograder/commands/grade.py
Line 166 in 5822f4c
The text was updated successfully, but these errors were encountered: