From d37e36a1ce30a3210525ecca81a29634647fbe29 Mon Sep 17 00:00:00 2001 From: Veronica Manuel Date: Wed, 17 May 2023 14:38:59 +0000 Subject: [PATCH] GITBOOK-138: change request with no subject merged in GitBook --- how-tos/compute-to-data/make-a-boss-c2d-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md b/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md index be82c515..f89c47b1 100644 --- a/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md +++ b/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md @@ -8,7 +8,7 @@ description: >- {% embed url="https://media3.giphy.com/media/cub3pntkz8muQ/giphy.gif?cid=ecf05e47o9fdrqco4jqpeyh7899whqgw5tnd43elr023rykr&ep=v1_gifs_search&rid=giphy.gif" %} -The beginning of any great algorithm for Compute-to-Data first starts by referencing the dataset file correctly on the Docker image. Here is the code in Javascript and in Python for how to correctly reference the dataset file that's local on the Docker container that you choose: +The beginning of any great algorithm for Compute-to-Data first starts by referencing the dataset file correctly on the Docker container. Here is the code in both Python and Javascript for how to correctly reference the dataset file that's local on the Docker container for your compute job: ### Python