# GPU 소개

`NVIDIA Tesla T4` GPU 자원이 구름IDE와 연동되어 딥러닝과 같이 고성능 컴퓨팅을 요구하는 작업을 수행할 수 있는 컨테이너를 생성할 수 있습니다.

24년 5월 2일 새로운 과금 체계가 도입되면서 GPU 컨테이너는 기존보다 높은 사양의 컨테이너가 제공됩니다.&#x20;

구름IDE의 GPU 자원은 클라우드 환경에 구성되어 있어 클라우드 내 GPU 여유 자원에 따라 GPU 컨테이너의 생성과 실행이 제한될 수 있습니다. 이에 따라 생성이 실패한 경우, 시간이 조금 지난 후 다시 시도해 주시기 바랍니다.&#x20;

###

### GPU 스팩 변경 내용

#### *Free & Membership 플랜*

<table><thead><tr><th width="194"></th><th width="287" align="center">변경 전</th><th align="center">변경 후(24년 5월 2일 이후)</th></tr></thead><tbody><tr><td>vCPU</td><td align="center">1.5</td><td align="center">3.5</td></tr><tr><td>메모리</td><td align="center">10GB</td><td align="center">13GB</td></tr><tr><td>컨테이너 생성 개수</td><td align="center">1개</td><td align="center">무제한</td></tr><tr><td>주간 최대 사용 시간</td><td align="center">(Free 고객 한정) 30시간</td><td align="center">무제한</td></tr></tbody></table>

*\* 단, 한 번 컨테이너실행 시 클라우드 자원에 따라 최대 12시간까지 사용 가능 합니다.*

####

#### *기존 플랜*

<table><thead><tr><th width="194"></th><th width="288" align="center">Student &#x26; Basic</th><th align="center">Premium</th></tr></thead><tbody><tr><td>vCPU</td><td align="center">1.5</td><td align="center">1.5</td></tr><tr><td>메모리</td><td align="center">10GB</td><td align="center">10GB</td></tr><tr><td>컨테이너 생성 개수</td><td align="center">1개</td><td align="center">1개</td></tr><tr><td>주간 최대 사용 시간</td><td align="center">50시간</td><td align="center">무제한</td></tr></tbody></table>

*\* 사용 시간은 매주 월요일 오전 10시에 초기화됩니다.*

### **GPU 스토리지 과금 정책**

* **무료 플랜:** 무료로 5GB까지 저장공간을 이용할 수 있으며, 5GB가 초과할 경우 크래딧이 자동으로차감되며 최대 30GB까지의 저장공간을 이용할 수 있습니다.&#x20;
* **멤버십 플랜:** 무료로 30GB까지 저장공간을 사용할 수 있으며, 크레딧 사용으로 최대 80GB까지의 저장공간을 이용할 수 있습니다.

{% hint style="info" %}
가격 및 컨테이너 성능에 대해 더 자세한 내용은 [컨테이너 성능](/ko/goormide/container/spec.md#undefined)을 참고해 주세요.
{% endhint %}

###

### GPU 컨테이너 생성하기

GPU 컨테이너를 생성하려면 컨테이너를 생성할 때 소프트웨어 스택을 `NVIDIA Tesla T4를` 선택하면 됩니다.&#x20;

GPU 컨테이너의 생성 시간은 일반 컨테이너의 생성 시간에 비해 길 수 있습니다. (최대 5분 소요)

{% hint style="info" %}
구름IDE의 GPU 자원은 클라우드 환경에 구성되어 있어 클라우드 내 GPU 여유 자원에 따라 GPU 컨테이너의 생성과 실행이 제한될 수 있습니다. \
이에 따라, **생성이 실패한 경우 잠시 후에 다시 시도**해 주시기 바랍니다.&#x20;
{% endhint %}


---

# 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://help.goorm.io/ko/goormide/gpu/introduction.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.
