-
Notifications
You must be signed in to change notification settings - Fork 7
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
Initial stub implementation for DIST-S1 PGE #549
Conversation
.ci/docker/Dockerfile_dist_s1
Outdated
&& apt-get update \ | ||
&& apt-get install --no-install-recommends -y g++ \ | ||
&& apt-get clean \ | ||
&& python -m pip install -r ${PGE_DEST_DIR}/opera/requirements.txt \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pip install is failing without g++ installed
We should coordinate with ADT to have a numpy image <2 installed in the SAS so we won't have to worry about rebuilding it here, but it seems the issue is also present in the mgrs install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great, mostly just some cut/paste gremlins to take care of
@collinss-jpl Addressed findings |
Description
Affected Issues
Testing