-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: dependabot alert for jupyterlab-3.6.7
.
#241
Conversation
@@ -20,7 +20,8 @@ RUN python -m pip install determined && python -m pip uninstall -y determined | |||
RUN python -m pip install \ | |||
-r /tmp/det_dockerfile_scripts/additional-requirements-torch.txt \ | |||
-r /tmp/det_dockerfile_scripts/additional-requirements.txt \ | |||
-r /tmp/det_dockerfile_scripts/notebook-requirements.txt | |||
-r /tmp/det_dockerfile_scripts/notebook-requirements.txt && \ | |||
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" |
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.
Can we make this a separate RUN
line and maybe add a comment? I want these files to be quickly understandable for external users.
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.
Applies to tensorflow-ngc
as well.
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.
LGTM
* fix: Tensorboard Profilers (#240) * Add tensorboard profilers back into images * update nvidia drivers to 535.161.07 (#246) minor version upgrade * feat: NGC+ Image Template (#235) * add templates for NGC+ images * add image matrix * backport lots of improvements to scripts * remove tf2.8 images * fix: dependabot alert for `jupyterlab-3.6.7`. (#241) * Add support to build the tf2-gpu image for Libfabric(OFI) (#251) * Add support to build the tf2-gpu image for Libfabric(OFI), which incorporates the AWS libfabric plug-in for NCCL to use on Slingshot 11(SS11) networks. * Increment the VERSION to 0.31.1 * feat: update ngc version (#253) * feat: update ngc version * feat: Update naming (#252) * renaming a bunch of stuff, removing py3.8 and old cuda, changes to CI job names --------- Co-authored-by: Michael Kardash <[email protected]> Co-authored-by: Hamid Zare <[email protected]> Co-authored-by: Ilia Glazkov <[email protected]> Co-authored-by: Jerry G <[email protected]>
Description
Fix https://github.com/determined-ai/environments/security/dependabot/7
Checklist
bumpenvs
procedure in the determined repo. See README.