pacman1337 commited on
Commit
cb3aa4b
·
verified ·
1 Parent(s): 841d475

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Workspace
3
  emoji: 🚀
4
  colorFrom: blue
5
  colorTo: indigo
@@ -7,7 +7,30 @@ sdk: docker
7
  app_port: 7860
8
  pinned: false
9
  license: mit
10
- short_description: GPU workspace container
11
  ---
12
 
13
- FastAPI starter for HF Docker Space.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: GPU Workspace
3
  emoji: 🚀
4
  colorFrom: blue
5
  colorTo: indigo
 
7
  app_port: 7860
8
  pinned: false
9
  license: mit
10
+ short_description: Full browser workspace (desktop, vscode, jupyter)
11
  ---
12
 
13
+ # GPU Workspace
14
+
15
+ All services run behind one public HF port (`7860`) using Nginx routing.
16
+
17
+ ## Endpoints
18
+
19
+ - `/` -> control panel
20
+ - `/desktop/` -> Linux desktop (noVNC)
21
+ - `/vscode/` -> code-server (password auth)
22
+ - `/jupyter/` -> JupyterLab (token auth)
23
+ - `/api/health` -> API status
24
+ - `/api/gpu` -> GPU info
25
+ - `/healthz` -> Nginx health
26
+
27
+ ## Required Variables (Space Settings -> Variables)
28
+
29
+ - `VSCODE_PASSWORD` : password for `/vscode/`
30
+ - `JUPYTER_TOKEN` : token for `/jupyter/`
31
+
32
+ ## Notes
33
+
34
+ - Use `Private` visibility for personal full-access workspace usage.
35
+ - This is a Linux container workspace, not Windows/baremetal.
36
+ - For max performance, choose higher GPU tier in Space hardware settings.