You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Main project rules for GAIA Docker development
2
+
description: Main project rules for GAIA Docker
3
3
alwaysApply: true
4
4
---
5
5
6
6
# GAIA Docker Project Rules
7
7
8
8
## Project Overview
9
-
This is a Docker containerization project for AMD GAIA (AI framework) development. The project creates an isolated, disposable development environment optimized for "YOLO mode" - where containers can be freely destroyed and recreated.
9
+
This is a Linux Docker container for AMD GAIA (AI framework). GAIA is installed from PyPI at container startup.
10
10
11
11
## Tech Stack
12
12
- **Base**: Docker & Docker Compose
@@ -16,26 +16,24 @@ This is a Docker containerization project for AMD GAIA (AI framework) developmen
16
16
- **Target Application**: AMD GAIA framework
17
17
18
18
## Key Files
19
-
- `Dockerfile`: Container image definition with Python 3.12, Node.js, and dev tools
19
+
- `Dockerfile`: Container image definition with Python 3.12and tools
20
20
- `docker-compose.yml`: Service configuration with environment variables
0 commit comments