From dfab948626d9fb87531089fa152b2267209a4078 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Fri, 7 Dec 2018 15:30:53 +0100
Subject: [PATCH] Add comment

---
 ubuntu18.04/cuda-devel/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ubuntu18.04/cuda-devel/Dockerfile b/ubuntu18.04/cuda-devel/Dockerfile
index 7a3285e..ed10376 100644
--- a/ubuntu18.04/cuda-devel/Dockerfile
+++ b/ubuntu18.04/cuda-devel/Dockerfile
@@ -1,5 +1,6 @@
 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-ubuntu18.04
 
+# NOTE: This still uses prebuild non-CUDA OpenCV. Compile OpenCV from source if CUDA support in OpenCV is required.
 RUN apt-get update && \
     apt-get install -y libopencv-dev && \
     cd /opt && \
-- 
GitLab