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 9fbd84b commit 5a2dc59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker_with_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,17 @@ jobs:
- name: Free disk space on Ubuntu runner 🔧
uses: kfir4444/free-disk-space@main
with:
# frees about 6 GB, warning: may remove required tools
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- name: Set up Python 3.11
Expand Down

0 comments on commit 5a2dc59

Please sign in to comment.