# 리소스 관리

#### **리소스 관리**

* **도커 이미지**: AI 모델 학습 및 서빙을 위한 컨테이너 환경을 관리하는 기능입니다.
* **PyPI 패키지**: Python 패키지 및 라이브러리를 추가하여 AI 모델이 활용할 수 있도록 관리합니다.
* **인스턴스 타입**: 학습 및 서빙을 수행할 컴퓨팅 리소스(GPU, CPU 등)를 설정하는 기능입니다.
* **전처리기**: 데이터 정제 및 변환을 위한 설정을 관리하여 학습에 최적화된 데이터를 준비합니다.


---

# 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://genos-docs.gitbook.io/default/v1.7.5.1/admin-management/settings/resource.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.
