Minor Fixes
This commit is contained in:
parent
7276573ca2
commit
3bade40a0b
@ -1,6 +1,6 @@
|
|||||||
# Exceeded quota problems on DICE
|
# Exceeded quota problems on DICE
|
||||||
|
|
||||||
Apologies to those who had issues with having insufficient quota space on DICE in the labs on Monday (25th September).
|
Apologies to those who may have 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.
|
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.
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "mlp",
|
name = "mlp",
|
||||||
author = "Pawel Swietojanski, Steve Renals and Matt Graham",
|
author = "Pawel Swietojanski, Steve Renals, Matt Graham and Antreas Antoniou",
|
||||||
description = ("Neural network framework for University of Edinburgh "
|
description = ("Neural network framework for University of Edinburgh "
|
||||||
"School of Informatics Machine Learning Practical course."),
|
"School of Informatics Machine Learning Practical course."),
|
||||||
url = "https://github.com/CSTR-Edinburgh/mlpractical",
|
url = "https://github.com/CSTR-Edinburgh/mlpractical",
|
||||||
|
Loading…
Reference in New Issue
Block a user