AurelioAguirre commited on
Commit
0fcd272
·
1 Parent(s): bd89e28

Fixed Dockerfile v11

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +9 -15
Dockerfile CHANGED
@@ -24,7 +24,7 @@ ENV PYTHONPATH=/app
24
  ENV PYTHONUNBUFFERED=1
25
  ENV HF_HOME=/code/hf_cache
26
 
27
- # Expose the port your application runs on (assuming 8002 from your config)
28
  EXPOSE 7680
29
 
30
  # Command to run the application
 
24
  ENV PYTHONUNBUFFERED=1
25
  ENV HF_HOME=/code/hf_cache
26
 
27
+ # Expose the port (Hugging Face API runs on 7680)
28
  EXPOSE 7680
29
 
30
  # Command to run the application
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: LLM Engine
3
  emoji: 🐨
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
- short_description: LLM Engine for Team Gen KI (GPU goes here)
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
@@ -13,19 +13,13 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
13
 
14
  HTTP Clone:
15
 
16
- git clone https://huggingface.co/spaces/TeamGenKI/LLM-Engine
17
 
18
  SSH Clone:
19
 
20
- git clone git@hf.co:spaces/TeamGenKI/LLM-Engine
21
-
22
- ```mermaid
23
- folders
24
- LLM-Engine
25
- Main
26
- main.py
27
- routes.py
28
- checkpoints
29
- meta
30
-
31
- ```
 
1
  ---
2
+ title: LLM Server
3
  emoji: 🐨
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
+ short_description: LLM Server for Team Gen KI (GPU goes here)
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
13
 
14
  HTTP Clone:
15
 
16
+ git clone https://huggingface.co/spaces/TeamGenKI/LLM-Server
17
 
18
  SSH Clone:
19
 
20
+ git clone git@hf.co:spaces/TeamGenKI/LLM-Server
21
+
22
+
23
+ Hosted location:
24
+
25
+ https://teamgenki-llmserver.hf.space