-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload command and Docker images #7
Comments
I assume the zip just needs to contain the Dockerfile and the rest of the build context directory in its root. This is how it works when you upload build files through the site. |
Thank you ! I wish I could give the same input to |
Thank you @echuber2 for your speedy comment to help @vincenzobaz . We understand |
Sorry, I missed this question. Yes, the Docker build step can access the internet while it builds on Coursera's server. |
Hello. I also have some questions (after reading messages above) :)
|
|
Finally, i made these steps: (as mentioned above) ...after these steps i got SUCCESS state, and saw my zip archive available in the popup combobox of any programming task of my course. |
@MidnightEmpire : Could you please reach out to coursera partner support with these details and the zip archive that is giving the problem? Please let me know if you need help with this. Also, I am wondering if you were able to use any samples successfully : https://github.com/coursera/programming-assignments-demo/tree/master/custom-graders/v2 , to rule out any common issues with your testing/setup. |
The
upload
command does not accept a Docker image id anymore.--temp-dir
flagTemporary directory to use when exporting the container.
. Is this needed ?The text was updated successfully, but these errors were encountered: