fix the xxx.cudnn.so.8 missing error#1189
Closed
IsaacMarsh wants to merge 1 commit intoSYSTRAN:masterfrom
Closed
Conversation
Collaborator
|
Hi, if this suits q project you are running, that's okay, but this is a solution to a non-existent problem, installing the requirements withou pinning requires cudnn9, and we should not pin requirements unnecessarily |
Author
|
Sorry for the inconvinience, but I doubt if anyone else had tested the docker file thoroughly |
Collaborator
|
Maybe the docker file isn't the most popular thing in this repo, so a CI test will be helpful if you can add it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The base image and requirements were done well and tested!
docker exec -ti d7d592e84c1e /bin/bash
root@d7d592e84c1e:/app# nvidia-smi
Fri Dec 6 02:18:38 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 555.42.06 Driver Version: 555.42.06 CUDA Version: 12.5 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3070 Off | 00000000:03:00.0 Off | N/A |
| 0% 35C P8 17W / 240W | 350MiB / 8192MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
+-----------------------------------------------------------------------------------------+
Note that the host has cuda 12.5 and the container has cudnn 8 files