Spaces:
Paused
Paused
Commit
·
0fcd272
1
Parent(s):
bd89e28
Fixed Dockerfile v11
Browse files- Dockerfile +1 -1
- 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
|
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
|
3 |
emoji: 🐨
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
-
short_description: LLM
|
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-
|
17 |
|
18 |
SSH Clone:
|
19 |
|
20 |
-
git clone git@hf.co:spaces/TeamGenKI/LLM-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|