Skip to content

Commit a6ecb86

Browse files
committed
Move labspace docs into a .labspace folder and an experiment prep
1 parent c9eb7bb commit a6ecb86

9 files changed

+48
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.labspace/compose.labspace.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
########################################################################
2+
# This file does not currently work. But... it would be nice if it eventually
3+
# could! Then, this file could be published as a standalone artifact to
4+
# run a Labspace.
5+
########################################################################
6+
7+
include:
8+
- path:
9+
- oci://dockersamples/labspace-base
10+
overrides:
11+
services:
12+
configurator:
13+
environment:
14+
PROJECT_CLONE_URL: https://github.com/mikesir87/labspace-container-supported-development
15+
16+
workspace:
17+
image: dockersamples/labspace-workspace-java
18+
models:
19+
gemma3:
20+
model_var: OPENAI_MODEL
21+
endpoint_var: OPENAI_BASE_URL
22+
23+
models:
24+
gemma3:
25+
model: ai/gemma3:4B-F16

.labspace/compose.override.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
services:
2+
configurator:
3+
environment:
4+
PROJECT_CLONE_URL: https://github.com/mikesir87/labspace-container-supported-development
5+
6+
workspace:
7+
image: dockersamples/labspace-workspace-java
8+
models:
9+
gemma3:
10+
model_var: OPENAI_MODEL
11+
endpoint_var: OPENAI_BASE_URL
12+
ports: !override
13+
- 8080:8080
14+
- 8085:8085
15+
16+
models:
17+
gemma3:
18+
model: ai/gemma3:4B-F16
File renamed without changes.

labspace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: |
44
55
sections:
66
- title: Introduction
7-
contentPath: ./docs/01-introduction.md
7+
contentPath: ./.labspace/01-introduction.md
88
- title: Running a containerized database
9-
contentPath: ./docs/02-running-a-containerized-database.md
9+
contentPath: ./.labspace/02-running-a-containerized-database.md
1010
- title: Making life easier with Compose
11-
contentPath: ./docs/03-making-life-easier-with-compose.md
11+
contentPath: ./.labspace/03-making-life-easier-with-compose.md
1212
- title: Adding dev tools
13-
contentPath: ./docs/04-adding-dev-tools.md
13+
contentPath: ./.labspace/04-adding-dev-tools.md
1414
- title: Recap
15-
contentPath: ./docs/05-recap.md
15+
contentPath: ./.labspace/05-recap.md

0 commit comments

Comments
 (0)