Skip to content

Commit

Permalink
merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 committed Nov 22, 2024
2 parents c6efdb0 + 62718cf commit e304a36
Show file tree
Hide file tree
Showing 7 changed files with 3,352 additions and 5 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,22 @@ jobs:
-
name: Lower github-runner storage
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# Remove software and language runtimes we're not using
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift
df -h /
-
name: Build and push
Expand Down
2,064 changes: 2,064 additions & 0 deletions notebooks/satvision-toa-reconstruction_giant.ipynb

Large diffs are not rendered by default.

1,267 changes: 1,267 additions & 0 deletions notebooks/satvision-toa-reconstruction_huge.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ENV DEBIAN_FRONTEND noninteractive
ENV CPLUS_INCLUDE_PATH="/usr/include/gdal"
ENV C_INCLUDE_PATH="/usr/include/gdal"

# System dependencies
# System dependencies
RUN apt-get update && \
apt-get -y install software-properties-common && \
Expand Down
2 changes: 2 additions & 0 deletions requirements/environment_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ dependencies:
- termcolor
- numba
- joblib
- timm
- deepspeed
- segmentation-models-pytorch
1 change: 1 addition & 0 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ joblib
GDAL>=3.3.0
coverage
deepspeed
timm
webdataset
torchgeo
2 changes: 2 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ termcolor
numba
segmentation-models-pytorch
joblib
timm
deepspeed
GDAL>=3.3.0
coverage
deepspeed
Expand Down

0 comments on commit e304a36

Please sign in to comment.