Skip to content

Commit

Permalink
Change dataset endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Sep 8, 2024
1 parent 0c35aeb commit 355142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 355142b

Please sign in to comment.