You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My cuda version is 12.2 I cannot find the base image nvidia/cuda:12.2-cunn8-devel-ubuntu22.04 so I installed with nvidia/cuda:12.2.2-devel-ubuntu22.04 instead
in the next steps I encountered the following error:
164.1 Installed /usr/local/lib/python3.10/dist-packages/qudida-0.0.4-py3.10.egg
164.1 error: fsspec 2023.1.0 is installed but fsspec>=2023.5.0 is required by {'huggingface-hub'}
------
Dockerfile:19
--------------------
17 | WORKDIR /workspace/nougat
18 |
19 | >>> RUN python3 setup.py install
20 |
21 | EXPOSE 8503
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 setup.py install" did not complete successfully: exit code: 1
198.4 Installed /usr/local/lib/python3.10/dist-packages/tifffile-2024.2.12-py3.10.egg
198.4 error: networkx 2.6.3 is installed but networkx>=2.8 is required by {'scikit-image'}
------
Dockerfile:19
--------------------
17 | WORKDIR /workspace/nougat
18 |
19 | >>> RUN python3 setup.py install
20 |
21 | EXPOSE 8503
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 setup.py install" did not complete successfully: exit code: 1
also I got a lot of warning message saying /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: python-headless-3.4.10.37 is an invalid version and will not be supported in a future release
is this normal?
The text was updated successfully, but these errors were encountered:
My cuda version is 12.2 I cannot find the base image nvidia/cuda:12.2-cunn8-devel-ubuntu22.04 so I installed with nvidia/cuda:12.2.2-devel-ubuntu22.04 instead
in the next steps I encountered the following error:
also I got a lot of warning message saying
/usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: python-headless-3.4.10.37 is an invalid version and will not be supported in a future release
is this normal?
The text was updated successfully, but these errors were encountered: