-
Notifications
You must be signed in to change notification settings - Fork 28
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
Duplicates of Peter's changes for CI #556
base: main
Are you sure you want to change the base?
Conversation
e765a88
to
ccca0f9
Compare
/build-ci |
1 similar comment
/build-ci |
ccca0f9
to
b0dfe32
Compare
/build-ci |
7fa03ce
to
25b3ef0
Compare
RUN --mount=type=bind,source=./.git,target=./.git \ | ||
--mount=type=bind,source=./requirements-test.txt,target=/requirements-test.txt \ | ||
--mount=type=bind,source=./requirements-cve.txt,target=/requirements-cve.txt \ | ||
pip install --use-deprecated=legacy-resolver --no-build-isolation --break-system-packages \ |
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.
How to pull correct wheel? @pstjohn
# RUN source /usr/local/nvm/nvm.sh && \ | ||
# NODE_VER=$(nvm current) && \ | ||
# nvm deactivate && \ | ||
# nvm uninstall $NODE_VER && \ |
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.
@trvachov remove comments
@@ -246,6 +248,7 @@ COPY --from=rust-env /usr/local/rustup /usr/local/rustup | |||
|
|||
|
|||
# RUN rm -rf /usr/local/cargo /usr/local/rustup | |||
RUN rm -rf /root/.cache/bazel |
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.
@pstjohn can we add this to your PR? https://github.com/NVIDIA/bionemo-framework/pull/566/files
Duplicate of Peter's PR (#553) for CI testing.