diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-26 20:10:36 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-26 20:10:36 +0100 |
commit | 24dbd9f360be1a533bb33e2506a88fd9af85eac2 (patch) | |
tree | 029f1c957eab61c4dca4507342a606d9e4fac9c0 /README.md | |
parent | 1330ff9c1a8891913b5ef58cdfe64f8fd3751c75 (diff) | |
download | Smarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.tar.gz Smarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.zip |
Added installing dependencies in docker images, and fixed docker images
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ # Smarker An automated marking system for UEA programming assessments + +## Running in docker + +`sudo docker run -v "$(pwd)/../wsData.txt":/wsData.txt -v "$(pwd)/ExampleAssessments/CMP-4009B.yml":/tmp/CMP-4009.yml -v "$(pwd)/../ExampleSubmissions/123456789.zip":/tmp/123456789.zip -e submission=/tmp/123456789.zip -e assessment=/tmp/CMP-4009.yml -e SMARKERDEPS=matplotlib smarker` |