Skip to content
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

Can’t build a new image #1409

Closed
komasandesu opened this issue Jun 21, 2024 · 3 comments
Closed

Can’t build a new image #1409

komasandesu opened this issue Jun 21, 2024 · 3 comments
Assignees

Comments

@komasandesu
Copy link

Hello.
I have a git clone and . /build --gpu and got the following bug.

=> ERROR [stage-3 34/68] RUN pip install "scipy==1.12.0"         "scikit-learn-intelex>=2023.0.1"         h5py         pudb         imbalanced-learn         line_profiler         bokeh         numba         datashader          58.4s
------
 > [stage-3 34/68] RUN pip install "scipy==1.12.0"         "scikit-learn-intelex>=2023.0.1"         h5py         pudb         imbalanced-learn         line_profiler         bokeh         numba         datashader         Boruta &&     apt-get install -y graphviz && pip install graphviz &&     apt-get install -y pandoc &&     pip install essentia:
1.174 Collecting scipy==1.12.0
1.308   Downloading scipy-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
1.365      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 986.2 kB/s eta 0:00:00
1.455 Collecting scikit-learn-intelex>=2023.0.1
1.511   Downloading scikit_learn_intelex-2024.5.0-py310-none-manylinux1_x86_64.whl.metadata (12 kB)
1.524 Requirement already satisfied: h5py in /opt/conda/lib/python3.10/site-packages (3.10.0)
1.750 Collecting pudb
1.812   Downloading pudb-2024.1.tar.gz (226 kB)
1.893      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.0/226.0 kB 3.0 MB/s eta 0:00:00
1.917   Installing build dependencies: started
7.767   Installing build dependencies: finished with status 'done'
7.769   Getting requirements to build wheel: started
7.929   Getting requirements to build wheel: finished with status 'done'
7.932   Preparing metadata (pyproject.toml): started
8.097   Preparing metadata (pyproject.toml): finished with status 'done'
8.166 Collecting imbalanced-learn
8.214   Downloading imbalanced_learn-0.12.3-py3-none-any.whl.metadata (8.3 kB)
8.525 Collecting line_profiler
8.574   Downloading line_profiler-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
8.587 Requirement already satisfied: bokeh in /opt/conda/lib/python3.10/site-packages (3.4.1)
8.588 Requirement already satisfied: numba in /opt/conda/lib/python3.10/site-packages (0.58.1)
8.683 Collecting datashader
8.732   Downloading datashader-0.16.2-py2.py3-none-any.whl.metadata (13 kB)
8.962 Collecting Boruta
9.002   Downloading Boruta-0.3-py3-none-any.whl.metadata (7.7 kB)
9.037 Requirement already satisfied: numpy<1.29.0,>=1.22.4 in /opt/conda/lib/python3.10/site-packages (from scipy==1.12.0) (1.24.4)
9.129 Collecting daal4py==2024.5.0 (from scikit-learn-intelex>=2023.0.1)
9.194   Downloading daal4py-2024.5.0-py310-none-manylinux1_x86_64.whl.metadata (7.4 kB)
9.206 Requirement already satisfied: scikit-learn>=0.22 in /opt/conda/lib/python3.10/site-packages (from scikit-learn-intelex>=2023.0.1) (1.3.2)
9.271 Collecting daal==2024.5.0 (from daal4py==2024.5.0->scikit-learn-intelex>=2023.0.1)
9.322   Downloading daal-2024.5.0-py2.py3-none-manylinux1_x86_64.whl.metadata (1.1 kB)
9.395 Collecting tbb==2021.* (from daal==2024.5.0->daal4py==2024.5.0->scikit-learn-intelex>=2023.0.1)
9.442   Downloading tbb-2021.13.0-py2.py3-none-manylinux1_x86_64.whl.metadata (1.0 kB)
9.771 Collecting urwid>=2.4 (from pudb)
9.824   Downloading urwid-2.6.14-py3-none-any.whl.metadata (11 kB)
9.837 Requirement already satisfied: pygments>=2.7.4 in /opt/conda/lib/python3.10/site-packages (from pudb) (2.17.2)
9.838 Requirement already satisfied: jedi<1,>=0.18 in /opt/conda/lib/python3.10/site-packages (from pudb) (0.19.1)
10.07 Collecting urwid-readline (from pudb)
10.12   Downloading urwid_readline-0.14.tar.gz (9.0 kB)
10.14   Installing build dependencies: started
14.97   Installing build dependencies: finished with status 'done'
14.97   Getting requirements to build wheel: started
15.13   Getting requirements to build wheel: finished with status 'done'
15.13   Preparing metadata (pyproject.toml): started
15.28   Preparing metadata (pyproject.toml): finished with status 'done'
15.28 Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.10/site-packages (from pudb) (23.2)
15.33 Requirement already satisfied: joblib>=1.1.1 in /opt/conda/lib/python3.10/site-packages (from imbalanced-learn) (1.4.2)
15.33 Requirement already satisfied: threadpoolctl>=2.0.0 in /opt/conda/lib/python3.10/site-packages (from imbalanced-learn) (3.2.0)
15.56 Requirement already satisfied: Jinja2>=2.9 in /opt/conda/lib/python3.10/site-packages (from bokeh) (3.1.2)
15.57 Requirement already satisfied: contourpy>=1.2 in /opt/conda/lib/python3.10/site-packages (from bokeh) (1.2.0)
15.57 Requirement already satisfied: pandas>=1.2 in /opt/conda/lib/python3.10/site-packages (from bokeh) (2.2.2)
15.57 Requirement already satisfied: pillow>=7.1.0 in /opt/conda/lib/python3.10/site-packages (from bokeh) (10.2.0)
15.57 Requirement already satisfied: PyYAML>=3.10 in /opt/conda/lib/python3.10/site-packages (from bokeh) (6.0.1)
15.57 Requirement already satisfied: tornado>=6.2 in /opt/conda/lib/python3.10/site-packages (from bokeh) (6.3.3)
15.57 Requirement already satisfied: xyzservices>=2021.09.1 in /opt/conda/lib/python3.10/site-packages (from bokeh) (2024.6.0)
15.57 Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /opt/conda/lib/python3.10/site-packages (from numba) (0.41.1)
15.74 Collecting colorcet (from datashader)
15.79   Downloading colorcet-3.1.0-py3-none-any.whl.metadata (6.3 kB)
15.80 Requirement already satisfied: dask in /opt/conda/lib/python3.10/site-packages (from datashader) (2024.6.2)
15.87 Collecting multipledispatch (from datashader)
15.91   Downloading multipledispatch-1.0.0-py3-none-any.whl.metadata (3.8 kB)
16.01 Collecting param (from datashader)
16.06   Downloading param-2.1.0-py3-none-any.whl.metadata (5.9 kB)
16.17 Collecting pyct (from datashader)
16.22   Downloading pyct-0.5.0-py2.py3-none-any.whl.metadata (7.4 kB)
16.23 Requirement already satisfied: requests in /opt/conda/lib/python3.10/site-packages (from datashader) (2.31.0)
16.23 Requirement already satisfied: toolz in /opt/conda/lib/python3.10/site-packages (from datashader) (0.12.1)
16.32 Collecting xarray (from datashader)
16.38   Downloading xarray-2024.6.0-py3-none-any.whl.metadata (11 kB)
16.45 Requirement already satisfied: parso<0.9.0,>=0.8.3 in /opt/conda/lib/python3.10/site-packages (from jedi<1,>=0.18->pudb) (0.8.3)
16.45 Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.10/site-packages (from Jinja2>=2.9->bokeh) (2.0.1)
16.54 Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.10/site-packages (from pandas>=1.2->bokeh) (2.9.0.post0)
16.54 Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.10/site-packages (from pandas>=1.2->bokeh) (2023.3.post1)
16.54 Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.10/site-packages (from pandas>=1.2->bokeh) (2023.4)
16.62 Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from urwid>=2.4->pudb) (4.9.0)
16.62 Requirement already satisfied: wcwidth in /opt/conda/lib/python3.10/site-packages (from urwid>=2.4->pudb) (0.2.13)
16.66 Requirement already satisfied: click>=8.1 in /opt/conda/lib/python3.10/site-packages (from dask->datashader) (8.1.7)
16.66 Requirement already satisfied: cloudpickle>=1.5.0 in /opt/conda/lib/python3.10/site-packages (from dask->datashader) (2.2.1)
16.66 Requirement already satisfied: fsspec>=2021.09.0 in /opt/conda/lib/python3.10/site-packages (from dask->datashader) (2023.12.2)
16.66 Requirement already satisfied: partd>=1.2.0 in /opt/conda/lib/python3.10/site-packages (from dask->datashader) (1.4.2)
16.66 Requirement already satisfied: importlib-metadata>=4.13.0 in /opt/conda/lib/python3.10/site-packages (from dask->datashader) (6.11.0)
16.77 Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.10/site-packages (from requests->datashader) (3.3.2)
16.77 Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.10/site-packages (from requests->datashader) (3.6)
16.77 Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.10/site-packages (from requests->datashader) (1.26.18)
16.77 Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.10/site-packages (from requests->datashader) (2024.6.2)
16.89 Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.10/site-packages (from importlib-metadata>=4.13.0->dask->datashader) (3.17.0)
16.91 Requirement already satisfied: locket in /opt/conda/lib/python3.10/site-packages (from partd>=1.2.0->dask->datashader) (1.0.0)
16.91 Requirement already satisfied: six>=1.5 in /opt/conda/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=1.2->bokeh) (1.16.0)
17.02 Downloading scipy-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.4 MB)
23.21    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.4/38.4 MB 10.3 MB/s eta 0:00:00
23.26 Downloading scikit_learn_intelex-2024.5.0-py310-none-manylinux1_x86_64.whl (151 kB)
23.31    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.3/151.3 kB 3.8 MB/s eta 0:00:00
23.35 Downloading daal4py-2024.5.0-py310-none-manylinux1_x86_64.whl (12.4 MB)
25.70    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 4.7 MB/s eta 0:00:00
25.74 Downloading daal-2024.5.0-py2.py3-none-manylinux1_x86_64.whl (67.6 MB)
33.69    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.6/67.6 MB 6.4 MB/s eta 0:00:00
33.74 Downloading tbb-2021.13.0-py2.py3-none-manylinux1_x86_64.whl (5.4 MB)
34.66    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 5.9 MB/s eta 0:00:00
34.70 Downloading imbalanced_learn-0.12.3-py3-none-any.whl (258 kB)
34.73    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258.3/258.3 kB 8.8 MB/s eta 0:00:00
34.78 Downloading line_profiler-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (717 kB)
34.85    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 717.6/717.6 kB 11.0 MB/s eta 0:00:00
34.90 Downloading datashader-0.16.2-py2.py3-none-any.whl (18.3 MB)
36.50    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 11.7 MB/s eta 0:00:00
36.55 Downloading Boruta-0.3-py3-none-any.whl (56 kB)
36.61    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 798.9 kB/s eta 0:00:00
36.65 Downloading urwid-2.6.14-py3-none-any.whl (297 kB)
36.68    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 8.5 MB/s eta 0:00:00
36.73 Downloading colorcet-3.1.0-py3-none-any.whl (260 kB)
36.77    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260.3/260.3 kB 8.5 MB/s eta 0:00:00
36.83 Downloading multipledispatch-1.0.0-py3-none-any.whl (12 kB)
36.89 Downloading param-2.1.0-py3-none-any.whl (116 kB)
36.91    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.6/116.6 kB 6.7 MB/s eta 0:00:00
36.96 Downloading pyct-0.5.0-py2.py3-none-any.whl (15 kB)
37.03 Downloading xarray-2024.6.0-py3-none-any.whl (1.2 MB)
37.13    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.9 MB/s eta 0:00:00
37.26 Building wheels for collected packages: pudb, urwid-readline
37.26   Building wheel for pudb (pyproject.toml): started
37.48   Building wheel for pudb (pyproject.toml): finished with status 'done'
37.48   Created wheel for pudb: filename=pudb-2024.1-py3-none-any.whl size=86976 sha256=0c22bf6720d7e31364d6e43bfceb7811f7ed0b8aba56a5b3ab830e37f1125dbf
37.48   Stored in directory: /root/.cache/pip/wheels/85/b0/e1/c80361fa965f04b6da48bfb9721e6cd8c0310288e85cebc76a
37.49   Building wheel for urwid-readline (pyproject.toml): started
37.67   Building wheel for urwid-readline (pyproject.toml): finished with status 'done'
37.67   Created wheel for urwid-readline: filename=urwid_readline-0.14-py3-none-any.whl size=9211 sha256=01621082a0e80f2fe5d65961e75586c3776d7ea1313b754c837c7a149de3cd1b
37.67   Stored in directory: /root/.cache/pip/wheels/9e/a9/3b/e633b4c4bfdc0bc14ede89784d0fe18b21040dcc1cb9a28023
37.67 Successfully built pudb urwid-readline
41.24 Installing collected packages: tbb, multipledispatch, urwid, scipy, param, line_profiler, daal, colorcet, urwid-readline, pyct, daal4py, xarray, scikit-learn-intelex, pudb, imbalanced-learn, Boruta, datashader
41.49   Attempting uninstall: scipy
41.49     Found existing installation: scipy 1.11.4
41.56     Uninstalling scipy-1.11.4:
45.03       Successfully uninstalled scipy-1.11.4
50.93 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
50.93 cuml 24.6.1 requires cupy-cuda11x>=12.0.0, which is not installed.
50.93 ydata-profiling 4.6.4 requires scipy<1.12,>=1.4.1, but you have scipy 1.12.0 which is incompatible.
50.93 ydata-profiling 4.6.4 requires seaborn<0.13,>=0.10.1, but you have seaborn 0.13.2 which is incompatible.
50.93 Successfully installed Boruta-0.3 colorcet-3.1.0 daal-2024.5.0 daal4py-2024.5.0 datashader-0.16.2 imbalanced-learn-0.12.3 line_profiler-4.1.3 multipledispatch-1.0.0 param-2.1.0 pudb-2024.1 pyct-0.5.0 scikit-learn-intelex-2024.5.0 scipy-1.12.0 tbb-2021.13.0 urwid-2.6.14 urwid-readline-0.14 xarray-2024.6.0
51.34 Reading package lists...
52.21 Building dependency tree...
52.43 Reading state information...
52.58 The following additional packages will be installed:
52.58   fonts-liberation libann0 libcdt5 libcgraph6 libgts-0.7-5 libgts-bin libgvc6
52.58   libgvpr2 liblab-gamut1 libpathplan4
52.58 Suggested packages:
52.58   gsfonts graphviz-doc
52.63 The following NEW packages will be installed:
52.63   fonts-liberation graphviz libann0 libcdt5 libcgraph6 libgts-0.7-5 libgts-bin
52.63   libgvc6 libgvpr2 liblab-gamut1 libpathplan4
53.86 0 upgraded, 11 newly installed, 0 to remove and 78 not upgraded.
53.86 Need to get 2701 kB of archives.
53.86 After this operation, 11.3 MB of additional disk space will be used.
53.86 Get:1 http:https://archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
55.43 Get:2 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
55.44 Get:3 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB]
55.45 Get:4 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB]
55.46 Get:5 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
55.49 Get:6 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB]
55.50 Get:7 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB]
55.72 Get:8 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB]
55.78 Get:9 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB]
55.82 Get:10 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB]
55.94 Get:11 http:https://archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
56.09 debconf: unable to initialize frontend: Dialog
56.09 debconf: (TERM is not set, so the dialog frontend is not usable.)
56.09 debconf: falling back to frontend: Readline
56.10 debconf: unable to initialize frontend: Readline
56.10 debconf: (This frontend requires a controlling tty.)
56.10 debconf: falling back to frontend: Teletype
56.10 dpkg-preconfigure: unable to re-open stdin: 
56.15 Fetched 2701 kB in 3s (816 kB/s)
56.19 Selecting previously unselected package fonts-liberation.
(Reading database ... 112114 files and directories currently installed.)
56.23 Preparing to unpack .../00-fonts-liberation_1%3a1.07.4-11_all.deb ...
56.24 Unpacking fonts-liberation (1:1.07.4-11) ...
56.37 Selecting previously unselected package libann0.
56.37 Preparing to unpack .../01-libann0_1.1.2+doc-7build1_amd64.deb ...
56.39 Unpacking libann0 (1.1.2+doc-7build1) ...
56.46 Selecting previously unselected package libcdt5:amd64.
56.47 Preparing to unpack .../02-libcdt5_2.42.2-3build2_amd64.deb ...
56.48 Unpacking libcdt5:amd64 (2.42.2-3build2) ...
56.55 Selecting previously unselected package libcgraph6:amd64.
56.55 Preparing to unpack .../03-libcgraph6_2.42.2-3build2_amd64.deb ...
56.56 Unpacking libcgraph6:amd64 (2.42.2-3build2) ...
56.63 Selecting previously unselected package libgts-0.7-5:amd64.
56.64 Preparing to unpack .../04-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
56.64 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
56.72 Selecting previously unselected package libpathplan4:amd64.
56.73 Preparing to unpack .../05-libpathplan4_2.42.2-3build2_amd64.deb ...
56.74 Unpacking libpathplan4:amd64 (2.42.2-3build2) ...
56.81 Selecting previously unselected package libgvc6.
56.82 Preparing to unpack .../06-libgvc6_2.42.2-3build2_amd64.deb ...
56.83 Unpacking libgvc6 (2.42.2-3build2) ...
56.94 Selecting previously unselected package libgvpr2:amd64.
56.94 Preparing to unpack .../07-libgvpr2_2.42.2-3build2_amd64.deb ...
56.95 Unpacking libgvpr2:amd64 (2.42.2-3build2) ...
57.03 Selecting previously unselected package liblab-gamut1:amd64.
57.04 Preparing to unpack .../08-liblab-gamut1_2.42.2-3build2_amd64.deb ...
57.05 Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ...
57.18 Selecting previously unselected package graphviz.
57.18 Preparing to unpack .../09-graphviz_2.42.2-3build2_amd64.deb ...
57.19 Unpacking graphviz (2.42.2-3build2) ...
57.31 Selecting previously unselected package libgts-bin.
57.31 Preparing to unpack .../10-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
57.32 Unpacking libgts-bin (0.7.6+darcs121130-4) ...
57.40 Setting up liblab-gamut1:amd64 (2.42.2-3build2) ...
57.43 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
57.45 Setting up libpathplan4:amd64 (2.42.2-3build2) ...
57.48 Setting up libann0 (1.1.2+doc-7build1) ...
57.51 Setting up fonts-liberation (1:1.07.4-11) ...
57.54 Setting up libcdt5:amd64 (2.42.2-3build2) ...
57.56 Setting up libcgraph6:amd64 (2.42.2-3build2) ...
57.59 Setting up libgts-bin (0.7.6+darcs121130-4) ...
57.62 Setting up libgvc6 (2.42.2-3build2) ...
57.64 libgvc6-config-update: symbol lookup error: libgvc6-config-update: undefined symbol: MemTest
57.64 dpkg: error processing package libgvc6 (--configure):
57.64  installed libgvc6 package post-installation script subprocess returned error exit status 127
57.64 Setting up libgvpr2:amd64 (2.42.2-3build2) ...
57.66 dpkg: dependency problems prevent configuration of graphviz:
57.66  graphviz depends on libgvc6 (>= 2.42.1); however:
57.66   Package libgvc6 is not configured yet.
57.66 
57.66 dpkg: error processing package graphviz (--configure):
57.66  dependency problems - leaving unconfigured
57.66 Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
57.71 Processing triggers for man-db (2.9.1-1) ...
57.83 Processing triggers for fontconfig (2.13.1-2ubuntu3) ...
57.89 Errors were encountered while processing:
57.89  libgvc6
57.89  graphviz
57.90 E: Sub-process /usr/bin/dpkg returned an error code (1)
------
gpu.Dockerfile:249
--------------------
 248 |     # Pin scipy until we update JAX b/335003097
 249 | >>> RUN pip install "scipy==1.12.0" \
 250 | >>>         # Scikit-learn accelerated library for x86
 251 | >>>         "scikit-learn-intelex>=2023.0.1" \
 252 | >>>         # HDF5 support
 253 | >>>         h5py \
 254 | >>>         # PUDB, for local debugging convenience
 255 | >>>         pudb \
 256 | >>>         imbalanced-learn \
 257 | >>>         # Profiling and other utilities
 258 | >>>         line_profiler \
 259 | >>>         bokeh \
 260 | >>>         numba \
 261 | >>>         datashader \
 262 | >>>         # Boruta (python implementation)
 263 | >>>         Boruta && \
 264 | >>>     apt-get install -y graphviz && pip install graphviz && \
 265 | >>>     # Pandoc is a dependency of deap
 266 | >>>     apt-get install -y pandoc && \
 267 | >>>     pip install essentia
 268 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install \"scipy==1.12.0\"         \"scikit-learn-intelex>=2023.0.1\"         h5py         pudb         imbalanced-learn         line_profiler         bokeh         numba         datashader         Boruta &&     apt-get install -y graphviz && pip install graphviz &&     apt-get install -y pandoc &&     pip install essentia" did not complete successfully: exit code: 100

My environment is WSL2 and Ubuntu.

@calderjo
Copy link
Contributor

calderjo commented Jul 1, 2024

yeah seems like an issue with graphviz blocking our image pipeline, will need to investigate further.

@calderjo calderjo self-assigned this Jul 1, 2024
@calderjo
Copy link
Contributor

calderjo commented Jul 1, 2024

#1410 seems to unblock the image

@calderjo
Copy link
Contributor

this specific error was solved, this close this out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants