From 355142b6b7c6886f937c5edef70720ae1ea28159 Mon Sep 17 00:00:00 2001 From: florian-vuillemot Date: Sun, 8 Sep 2024 19:21:07 +0200 Subject: [PATCH] Change dataset endpoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 105cca8..fd34b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ RUN pip install -r requirements.txt COPY src . # Dataset download from a remote server. -RUN curl --output data/Proximity-Adjusted-LQ.parquet "https://sataipydemosl87mw.blob.core.windows.net/datasets/Proximity-Adjusted-LQ.parquet" +RUN curl --output data/Proximity-Adjusted-LQ.parquet "https://sataipydemosvg8nx.blob.core.windows.net/datasets/Proximity-Adjusted-LQ.parquet" CMD ["taipy", "run", "--no-debug", "--no-reloader", "main.py", "-H", "0.0.0.0", "-P", "5000"]