From ba111780aac42f21803646217dc70fd1e8e07b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Sat, 5 Oct 2019 19:07:28 +0200 Subject: [PATCH] Updated Runtime Environments (markdown) --- Runtime-Environments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index 225e225..8d3e62e 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -56,3 +56,5 @@ Due to a [Python bug](http://bugs.python.org/issue10496), the interpreter requires the `$HOME` variable to be set to something. Otherwise, it tries to look up the UID used by Isolate in `/etc/passwd` and fails. Setting `HOME=/box` seems to work. + +Python is currently installed with pip packages for TensorFlow support, so it can be used as an environment for deep learning assignments. This may change in the future. \ No newline at end of file