# 【服务器】通过AutoDL使用（荐）

为了缓解实验室日益增长*的DeepLearning显卡需要和不平衡*不充分的显卡资源之间的矛盾，同时减少对宿主机环境的污染，实验室的4090服务器部署了AutoDL的私有云服务架构。

1. 注册AutoDL账号，获取个人账户ID（建议同时修改个人昵称为身份标识，便于后台管理）

<figure><img src="/files/W9Fy9MjuLFq2hzwUl40j" alt=""><figcaption></figcaption></figure>

2. 将个人ID发送给服务器管理员（目前为：ZyFan），添加至授权清单。
3. 点击“私有云”，进入私有云主机界面。

<figure><img src="/files/TrHus1zPLpZYXEYR5jnT" alt=""><figcaption></figcaption></figure>

4. “容器实例”-“创建实例”

<figure><img src="/files/GLsItKqwghsi4YbQt1kN" alt=""><figcaption></figcaption></figure>

6. 创建实例界面，需选择“数据盘路径”和“镜像”选项。

<figure><img src="/files/EKkBroMyOjMbNoPUhrPl" alt=""><figcaption></figcaption></figure>

7. 创建完成后，如需使用服务器，可点击开机，默认分配一张GPU资源（无卡模式下不分配GPU）

   <figure><img src="/files/x4e8vkXRUHSGyNhhEpQz" alt=""><figcaption></figcaption></figure>
8. 开机后通过Jupyter-Lab进入实例操作界面。

<figure><img src="/files/qCLeLesiBUafQjFe2nKk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zyfan.gitbook.io/quickstart/coding/fu-wu-qi-tong-guo-autodl-shi-yong-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
