summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-26 20:10:36 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-26 20:10:36 +0100
commit24dbd9f360be1a533bb33e2506a88fd9af85eac2 (patch)
tree029f1c957eab61c4dca4507342a606d9e4fac9c0 /README.md
parent1330ff9c1a8891913b5ef58cdfe64f8fd3751c75 (diff)
downloadSmarker-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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43036e2..391e73b 100644
--- a/README.md
+++ b/README.md
@@ -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`