> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 使用加速服务

PPIO 派欧云平台针对**部分站点**资源下载提供了加速服务，能够极大提升您的资源下载速度。

<Note>
  该功能服务还在 Beta 阶段，如果您在使用过程中遇到问题，请<a href="https://ppio.com/contact" target="_blank">联系我们</a>。
</Note>

## 支持站点

* [huggingface.co](https://huggingface.co/)
* [github.com](https://github.com/)
* [githubusercontent.com](https://githubusercontent.com/)
* [githubassets.com](https://githubassets.com/)
* [pypi.org](https://pypi.org/)
* [docker.com](https://docker.com/)
* [docker.io](https://docker.io/)
* [gcr.io](https://gcr.io/)
* [k8s.io](https://k8s.io/)
* [research.microsoft.com](https://research.microsoft.com/)

## 开启/关闭加速

通过以下方式设置，会在当前容器实例内全局生效。

### 开启加速

设置实例环境变量：

* 在创建实例时设置请参考文档：[创建 GPU 实例](/gpu/create-instances#5-创建实例)。
* 在创建实例后设置请参考文档：[升级 GPU 实例](/gpu/upgrade-instance)。

```bash theme={null}
HTTP_PROXY=http://172.17.0.1:1081
HTTPS_PROXY=http://172.17.0.1:1081
```

### 关闭加速

参考文档 [升级 GPU 实例](/gpu/upgrade-instance) 将环境变量 `HTTP_PROXY` 和 `HTTPS_PROXY` 删除即可。
