Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-pangeo-metapackage-2023.07.21
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Aug 29, 2023
2 parents fb60e98 + 667192c commit d030ded
Show file tree
Hide file tree
Showing 18 changed files with 6,351 additions and 5,227 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
- name: Free up disk space
run: |
df -h
docker image ls
sudo apt clean
sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc
df -h
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: network=host

- name: Build base-image
uses: docker/build-push-action@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN echo "Installing Apt-get packages..." \
&& apt-get install -y apt-utils wget zip tzdata > /dev/null \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Add TZ configuration - https://github.com/PrefectHQ/prefect/issues/3061
ENV TZ UTC
# ========================

USER ${NB_USER}
Expand Down
150 changes: 79 additions & 71 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit d030ded

Please sign in to comment.