Skip to content

Commit

Permalink
curl the dataset file
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Aug 30, 2024
1 parent 865cab5 commit 0c35aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: 'Az CLI login'
uses: azure/login@v1
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ RUN pip install -r requirements.txt
# Copy the application source code.
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"

CMD ["taipy", "run", "--no-debug", "--no-reloader", "main.py", "-H", "0.0.0.0", "-P", "5000"]

0 comments on commit 0c35aeb

Please sign in to comment.