You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/howto/udf.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -573,8 +573,8 @@ where you can pull-request your UDF (only minimal documentation needed, see the
573
573
574
574
All examples from this tutorial are included there, too.
575
575
576
-
As a bonus, the UDFs in this repository are automatically shipped with the FORCE Docker containers
577
-
(`davidfrantz/force <https://hub.docker.com/r/davidfrantz/force>_`) (mounted under ``/udf``),
576
+
As a bonus, the UDFs in that repository are automatically shipped with the FORCE Docker containers
577
+
(`davidfrantz/force <https://hub.docker.com/r/davidfrantz/force>`_) (mounted under ``/home/docker``, e.g. ``/home/docker/udf/python/ard/medoid/medoid.py``),
578
578
thus making it easier than ever to contribute to the FORCE project.
0 commit comments