Skip to content

Commit

Permalink
Update docker_with_model.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Sep 16, 2024
1 parent ff244bf commit 22c04ad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docker_with_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,17 @@ jobs:
packages: write
environment: MLOpsPython
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Free disk space on Ubuntu runner 🔧
uses: kfir4444/free-disk-space@main
with:
# frees about 6 GB, warning: may remove required tools
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Set up Python 3.11
uses: actions/setup-python@v3
Expand Down

0 comments on commit 22c04ad

Please sign in to comment.