Skip to content
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

Dockerfile and Grade lab shell script? #19

Open
simon-mo opened this issue Jan 20, 2019 · 3 comments
Open

Dockerfile and Grade lab shell script? #19

simon-mo opened this issue Jan 20, 2019 · 3 comments

Comments

@simon-mo
Copy link

Where can I find the dockerfile that's used to build the gofer container and the shell script /srv/repo/grading/containergrade.bash (

command = [
'docker', 'run',
'--rm',
'-m', '2G',
'-i',
'--net=none',
grader_image,
"/srv/repo/grading/containergrade.bash",
lab_container_path_template.format(section=section, lab=lab)
]
)

Asking because want to run the dockerized process in the jupyterhub k8s deployment as a job.

@simon-mo
Copy link
Author

I have tried to use nbconvert --execute but somehow it fails to find the correct test suite. Still trying..

@jkuruzovich
Copy link

I was just looking for the same thing.

@vipasu
Copy link
Contributor

vipasu commented Aug 21, 2019

In case it’s still helpful, the file can be found here https://github.com/data-8/materials-x19/blob/master/grading/containergrade.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants