Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Cannot compile graph-tool under RockyLinux8 Docker container

  • Emrah KAYA
  • 2025-08-15
  • 0
Cannot compile graph-tool under RockyLinux8 Docker container
  • ok logo

Скачать Cannot compile graph-tool under RockyLinux8 Docker container бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Cannot compile graph-tool under RockyLinux8 Docker container или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Cannot compile graph-tool under RockyLinux8 Docker container бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Cannot compile graph-tool under RockyLinux8 Docker container

Hello everyone! I hope this video has helped solve your questions and issues. This video is shared because a solution has been found for the question/problem. I create videos for questions that have solutions. If you have any other issues, feel free to reach out to me on Instagram:   / ky.emrah  

Below, you can find the text related to the question/problem. In the video, the question will be presented first, followed by the answers. If the video moves too fast, feel free to pause and review the answers. If you need more detailed information, you can find the necessary sources and links at the bottom of this description. I hope this video has been helpful, and even if it doesn't directly solve your problem, it will guide you to the source of the solution. I'd appreciate it if you like the video and subscribe to my channel!Cannot compile graph-tool under RockyLinux8 Docker container

I am trying to build Graph Tool from source in a RockyLinux8 Docker container. I cannot seem to find an .rpm that fits the specific Python installation I require for other purposes. I am specifically downloading graph-tool-release-2.77 from the developer's repository. My Dockerfile looks like so:
Graph Tool
from the developer's repository
FROM docker.io/nvidia/cuda:12.0.1-cudnn8-devel-rockylinux8 AS base

Set root password and create a user within the container
RUN echo 'root:pass' | chpasswd
RUN useradd -m -s /bin/bash contuser && echo "contuser:pass" | chpasswd

Install python3.8 and make venv
RUN dnf install --setopt=sslverify=false -y python38 python38-devel python38-pip
RUN python3.8 -m venv /venvs/py38 --system-site-packages
RUN . /venvs/py38/bin/activate && \
pip install --upgrade pip wheel setuptools && \
pip install numpy scipy matplotlib

Enable EPEL (CGAL-devel) and PowerTools (boost-python3-devel) packages.
RUN dnf install --setopt=sslverify=false -y epel-release dnf-plugins-core
RUN dnf config-manager --set-enabled powertools

Copy required packages and graphtool source
COPY support_files/graph-tool-2.77/ /tmp/graph-tool-2.77/

Download the packages needed for graph-tool build into
RUN dnf install --setopt=sslverify=false -y ncurses libtool automake
RUN dnf install --setopt=sslverify=false -y \
python3-devel boost-python3 boost-python3-devel boost-devel expat-devel CGAL-devel

Build graph-tool from source
RUN . /venvs/py38/bin/activate && \
cd /tmp/graph-tool/ && \
./configure PYTHON=/venvs/py38/bin/python3.8 \
--prefix=/venvs/py38 \
--with-python-module-path=/venvs/py38/lib/python3.8/site-packages \
--disable-cairo --disable-sparsehash && \
make -j 16 && make install

Entrypoint
COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]

FROM docker.io/nvidia/cuda:12.0.1-cudnn8-devel-rockylinux8 AS base

Set root password and create a user within the container
RUN echo 'root:pass' | chpasswd
RUN useradd -m -s /bin/bash contuser && echo "contuser:pass" | chpasswd

Install python3.8 and make venv
RUN dnf install --setopt=sslverify=false -y python38 python38-devel python38-pip
RUN python3.8 -m venv /venvs/py38 --system-site-packages
RUN . /venvs/py38/bin/activate && \
pip install --upgrade pip wheel setuptools && \
pip install numpy scipy matplotlib

Enable EPEL (CGAL-devel) and PowerTools (boost-python3-devel) packages.
RUN dnf install --setopt=sslverify=false -y epel-release dnf-plugins-core
RUN dnf config-manager --set-enabled powertools

Copy required packages and graphtool source
COPY support_files/graph-tool-2.77/ /tmp/graph-tool-2.77/

Download the packages needed for graph-tool build into
RUN dnf install --setopt=sslverify=false -y ncurses libtool automake
RUN dnf install --setopt=sslverify=false -y \
python3-devel boost-python3 boost-python3-devel boost-devel expat-devel CGAL-devel

Build graph-tool from source
RUN . /venvs/py38/bin/activate && \
cd /tmp/graph-tool/ && \
./configure PYTHON=/venvs/py38/bin/python3.8 \
--prefix=/venvs/py38 \
--with-python-module-path=/venvs/py38/lib/python3.8/site-packages \
--disable-cairo --disable-sparsehash && \
make -j 16 && make install

Entrypoint
COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoiSource of the question:
https://stackoverflow.com/questions/7...

Question and source license information:
https://meta.stackexchange.com/help/l...
https://stackoverflow.com/

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]