From 7276573ca29485686f28c1b40a5a26639d4acf17 Mon Sep 17 00:00:00 2001 From: AntreasAntoniou Date: Fri, 22 Sep 2017 14:26:24 +0100 Subject: [PATCH] Update quota-issue.md --- quota-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quota-issue.md b/quota-issue.md index 87e0062..2214ceb 100644 --- a/quota-issue.md +++ b/quota-issue.md @@ -1,6 +1,6 @@ # Exceeded quota problems on DICE -Apologies to those who had issues with having insufficient quota space on DICE in the labs on Monday (26th September). +Apologies to those who had issues with having insufficient quota space on DICE in the labs on Monday (25th September). This was caused by the [dynamic AFS quota system](http://computing.help.inf.ed.ac.uk/dynamic-afs-quotas) which only initially allocates users a subset of their maximum quota and then checks hourly to increase this quota as needed. Unfortunately the amount of disk space needed to store the temporary files used in installing the course dependencies exceeded the current dynamic quota for some people. This meant when running the `conda install ...` command it exited with a quota exceeded error. @@ -24,6 +24,6 @@ Once your environment is set up in all future labs you will only need to activat ``` source activate mlp # Activate the mlp environment cd ~/mlpractical # Change the current directory to mlpractical repository -git checkout mlp2016-7/lab[...] # Checkout the branch for this week's lab +git checkout mlp2017-8/lab[...] # Checkout the branch for this week's lab jupyter notebook # Launch the notebook server ```