Ark-kun commited on
Commit
2606287
·
1 Parent(s): a130bec

feat: Changed the default component library URL to a GitHub URL

Browse files

This allows updating the default component library without rebuilding the fronted.

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN git clone https://github.com/TangleML/tangle-ui.git . && git checkout stable
7
 
8
  RUN npm install
9
  RUN echo VITE_GIT_COMMIT="$(git rev-parse --short HEAD | tr -d "\n")" >.env
 
10
  RUN npm run build:hf
11
 
12
  # Use a Python image with uv pre-installed
 
7
 
8
  RUN npm install
9
  RUN echo VITE_GIT_COMMIT="$(git rev-parse --short HEAD | tr -d "\n")" >.env
10
+ RUN echo VITE_COMPONENT_LIBRARY_URL_DEFAULT_VALUE="https://raw.githubusercontent.com/Cloud-Pipelines/pipeline_components/refs/heads/stable_huggingface/pipeline_component_library.with_texts.yaml" >>.env
11
  RUN npm run build:hf
12
 
13
  # Use a Python image with uv pre-installed