mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Remove downloaded file and do not maximize build space
This commit is contained in:
7
.github/actions/create-dev-env/action.yml
vendored
7
.github/actions/create-dev-env/action.yml
vendored
@@ -4,13 +4,6 @@ description: "Create build environment"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
# - name: Maximize build space 🛠
|
||||
# run: |
|
||||
# sudo rm -rf /usr/share/dotnet
|
||||
# sudo rm -rf /usr/local/lib/android
|
||||
# sudo rm -rf /opt/ghc
|
||||
# shell: bash
|
||||
|
||||
- name: Set Up Python 🐍
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
3
.github/actions/load-image/action.yml
vendored
3
.github/actions/load-image/action.yml
vendored
@@ -24,3 +24,6 @@ runs:
|
||||
docker load --input /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
docker image ls -a
|
||||
shell: bash
|
||||
- name: Delete the file 🗑️
|
||||
run: rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user