Ariyan-Pro commited on
Commit
11d7359
·
1 Parent(s): 0e68beb

FIX: Correct YAML format with --- delimiters

Browse files
Files changed (2) hide show
  1. Dockerfile +7 -11
  2. README.md +29 -2
Dockerfile CHANGED
@@ -1,16 +1,12 @@
1
- # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
- # you will also find guides on how best to write your Dockerfile
3
 
4
- FROM python:3.9
5
 
6
- RUN useradd -m -u 1000 user
7
- USER user
8
- ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
- WORKDIR /app
11
 
12
- COPY --chown=user ./requirements.txt requirements.txt
13
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
- COPY --chown=user . /app
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
1
+ FROM python:3.9-slim
 
2
 
3
+ WORKDIR /app
4
 
5
+ COPY requirements.txt .
6
+ RUN pip install --no-cache-dir -r requirements.txt
 
7
 
8
+ COPY . .
9
 
10
+ EXPOSE 7860
 
11
 
12
+ CMD ["python", "app.py"]
 
README.md CHANGED
@@ -9,5 +9,32 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # ORCHAT Enterprise
13
- Swiss Watch Precision AI CLI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # 🏭 ORCHAT Enterprise
13
+
14
+ **Swiss Watch Precision AI CLI** • 50+ Years Engineering Standards
15
+
16
+ ## 🚀 Quick Install
17
+ ```bash
18
+ curl -sSL https://raw.githubusercontent.com/Ariyan-Pro/OR-CHAT-CLI/main/install.sh | bash
19
+ 🔗 GitHub Repository
20
+ https://github.com/Ariyan-Pro/OR-CHAT-CLI
21
+
22
+ ✨ Features
23
+ ✅ 50+ years engineering precision
24
+
25
+ ✅ Multi-model AI (OpenRouter, Gemini, Claude)
26
+
27
+ ✅ Real-time streaming responses
28
+
29
+ ✅ Enterprise-grade logging
30
+
31
+ ✅ Debian package distribution
32
+
33
+ 📦 Installation Options
34
+ Debian/Ubuntu: .deb package
35
+
36
+ Docker: ghcr.io/ariyan-pro/orchat
37
+
38
+ Homebrew: brew install orchat
39
+
40
+ PyPI: pip install orchat-enterprise