From ffa6cca4523c24811a775e3b2e60c219de1efa32 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Fri, 8 Dec 2023 13:11:08 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/tensorflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/tensorflow.md b/doc.zih.tu-dresden.de/docs/software/tensorflow.md index 20f88fac3..d68ba556b 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorflow.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorflow.md @@ -80,7 +80,7 @@ import TensorFlow: /sw/installed/Python/3.7.2-GCCcore-8.2.0 marie@power$ virtualenv --system-site-packages /data/horse/ws/1/marie-python_virtual_environment/env [...] - marie@power$ source /data/horse/ws/1/marie-python_virtual_environment/env/bin/activate + marie@power$ source /data/horse/ws/marie-python_virtual_environment/env/bin/activate marie@power$ python -c "import tensorflow as tf; print(tf.__version__)" [...] 2.3.1 -- GitLab