Watch out for bash login message #18

Closed
opened 2024-07-21 16:51:52 +02:00 by GuilloteauQ · 2 comments
Owner

in the case of "ziogas_deinsum-gpu.ncl" there is a login message from bash that pollutes the results:

dace,
====================
== NVIDIA HPC SDK ==
====================

NVIDIA HPC SDK version 22.5

Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES.  All rights reserved.

WARNING: The NVIDIA Driver was not detected.  GPU functionality will not be available.
Use 'docker run --gpus all' to start this container; see
https://github.com/NVIDIA/nvidia-docker/wiki/Installation-(Native-GPU-Support)

a60686461a23cd82da0881e7980b76c3594f5f2a,git
in the case of "ziogas_deinsum-gpu.ncl" there is a login message from bash that pollutes the results: ``` dace, ==================== == NVIDIA HPC SDK == ==================== NVIDIA HPC SDK version 22.5 Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available. Use 'docker run --gpus all' to start this container; see https://github.com/NVIDIA/nvidia-docker/wiki/Installation-(Native-GPU-Support) a60686461a23cd82da0881e7980b76c3594f5f2a,git ```
antux18 self-assigned this 2024-07-23 09:36:00 +02:00
Collaborator

It looks like it's possible to remove it by using the "--entrypoint" argument to pass the command to run.

It looks like it's possible to remove it by using the "--entrypoint" argument to pass the command to run.
Collaborator

Looks like the problem with dace is a more general problem with the pip freeze output being inconsistent...

Closing the issue.

Looks like the problem with dace is a more general problem with the pip freeze output being inconsistent... Closing the issue.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: GuilloteauQ/study-docker-repro-longevity#18
No description provided.