Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devsjc/simplify #146

Merged
merged 14 commits into from
Jan 16, 2025
2 changes: 1 addition & 1 deletion containers/sat/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GDAL_CONFIG=/venv/bin/gdal-config
# Build the virtualenv
FROM build-venv as install-reqs
RUN /venv/bin/python -m pip install -q -U diskcache pyproj \
pyresample xarray pyyaml ocf_blosc2 eumdac requests dask zarr
pyresample xarray pyyaml ocf_blosc2 eumdac requests dask zarr tqdm

# Copy the virtualenv into a distroless image
FROM gcr.io/distroless/python3-debian11
Expand Down
Loading
Loading