1 Maca2.0
mirror edited this page 2024-09-23 10:30:40 +08:00

Maca For Ubuntu-18.04

curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-ubuntu18.04/ bionic main" | tee /etc/apt/sources.list.d/maca-18.04.list
apt-get update

Maca For Ubuntu-20.04

curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-ubuntu20.04/ focal main" | tee /etc/apt/sources.list.d/maca-20.04.list
apt-get update

Maca For Ubuntu-22.04

curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-ubuntu22.04/ jammy main" | tee /etc/apt/sources.list.d/maca-22.04.list
apt-get update

Maca For CentOS8

curl -o /etc/yum.repos.d/maca-centos8.repo https://repos.metax-tech.com/r/maca-centos8.repo
yum makecache

Maca For CentOS9

curl -o /etc/yum.repos.d/maca-centos9.repo https://repos.metax-tech.com/r/maca-centos9.repo
yum makecache

Maca For Pytorch

一次性安装

pip install <PKG Name> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com

永久配置

pip config set global.index-url https://repos.metax-tech.com/r/maca-pypi/simple
pip config set global.trusted-host https://repos.metax-tech.com