From 81f802ca585e84178502741fbbb7af8971e5b9bf Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Tue, 27 Feb 2024 11:35:42 +0100 Subject: [PATCH] Update Fondant version in load_from_hub component --- src/fondant/components/load_from_hf_hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fondant/components/load_from_hf_hub/Dockerfile b/src/fondant/components/load_from_hf_hub/Dockerfile index fceb8f93..abd4ed2d 100644 --- a/src/fondant/components/load_from_hf_hub/Dockerfile +++ b/src/fondant/components/load_from_hf_hub/Dockerfile @@ -12,7 +12,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt # Install Fondant # This is split from other requirements to leverage caching ARG FONDANT_VERSION=main -RUN pip3 install fondant[component,aws,azure,gcp]@git+https://github.com/ml6team/fondant@d87efb9d37fbec8e86b5fc20a6ab480ff67895af +RUN pip3 install fondant[component,aws,azure,gcp]@git+https://github.com/ml6team/fondant@${FONDANT_VERSION} # Set the working directory to the component folder WORKDIR /component/src