Benjamin Vincent
Benjamin Vincent
so I installed each packages separately but had to install a different version of one (`nltk-3.5`) package: ```shell [luxcium@corsair1 explainshell]$ cat requirements.txt Flask==0.12 MarkupSafe==1.0 nltk==2.0.5 nose==1.3.0 pymongo==2.6 bashlex==0.12 [luxcium@corsair1 explainshell]$...
```shell [luxcium@corsair1 explainshell]$ mongorestore dump/explainshell && mongorestore -d explainshell_tests dump/explainshell 2020-07-04T18:02:48.332-0400 preparing collections to restore from 2020-07-04T18:02:48.332-0400 don't know what to do with file "dump/explainshell/classifier.bson", skipping... 2020-07-04T18:02:48.332-0400 don't know what...
```shell [luxcium@corsair1 explainshell]$ make tests nosetests --with-doctest tests/ explainshell/ EEEEEEEEEEEEEEEE ====================================================================== ERROR: Failure: SyntaxError (invalid syntax (matcher.py, line 264)) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/luxcium/.local/lib/python3.8/site-packages/nose/failure.py", line 38, in...
``` ❯ sudo lspci | grep -i nvidia 17:00.0 VGA compatible controller: NVIDIA Corporation GP102 [TITAN Xp] (rev a1) 65:00.0 VGA compatible controller: NVIDIA Corporation GP102 [TITAN Xp] (rev a1)...
I think Fedora team hates people using NVIDIA or NVIDIA team hates people using Fedora
> Hey @Luxcium do you have `nvidia-docker2` installed on your system? > > Might be related to that! > > If you do, may be [this](https://forums.developer.nvidia.com/t/could-not-select-device-driver-with-capabilities-gpu/80200/4) discussion might help Thanks...
 I am doing it then...
# Using nvidia-docker2 I have a new error message now ## nvidia-container-cli: container error: cgroup subsystem devices not found: unknown ```bash ❯ REPO=ghcr.io/rapidsai/node VERSIONS="21.12.00-runtime-node16.10.0-cudagl11.4.2-ubuntu20.04" docker run --rm --runtime=nvidia -e "DISPLAY=$DISPLAY"...
https://github.com/NVIDIA/nvidia-docker/issues/1447#issuecomment-767103492 ― @klueska said: I was under the impression this issue was related to adding cgroup v2 support. The systemd cgroup layout issue was resoolved in: https://gitlab.com/nvidia/container-toolkit/libnvidia-container/-/merge_requests/49
after one hour of googling and trying to find a solution I must admit that I will wait to see if someone could help me here I was looking into...