Spaces:
Running
Running
development
#6
by
simran3630
- opened
- Dockerfile +5 -4
- README.md +1 -7
- src/database/webui.db +1 -1
Dockerfile
CHANGED
@@ -10,13 +10,14 @@ FROM hadadrjt/ai:latest
|
|
10 |
WORKDIR /app/backend
|
11 |
|
12 |
# Copy the database file into the container
|
|
|
|
|
|
|
|
|
13 |
# This database is a placeholder or dummy,
|
14 |
# and the core configuration is located in the Environment
|
15 |
# and Secret Environment settings of Hugging Face Spaces.
|
16 |
-
|
17 |
-
|
18 |
-
# Set the database permission
|
19 |
-
RUN chmod 777 /app/backend/data/webui.db
|
20 |
|
21 |
# Search Engine Optimization (SEO)
|
22 |
# Robots Exclusion Protocol
|
|
|
10 |
WORKDIR /app/backend
|
11 |
|
12 |
# Copy the database file into the container
|
13 |
+
COPY --chown=$UID:$GID src/database/webui.db /app/backend/data/
|
14 |
+
|
15 |
+
# Set the database file to read-only
|
16 |
+
# to prevent unauthorized changes and improve security.
|
17 |
# This database is a placeholder or dummy,
|
18 |
# and the core configuration is located in the Environment
|
19 |
# and Secret Environment settings of Hugging Face Spaces.
|
20 |
+
RUN chmod 555 /app/backend/data/webui.db
|
|
|
|
|
|
|
21 |
|
22 |
# Search Engine Optimization (SEO)
|
23 |
# Robots Exclusion Protocol
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: UltimaX Intelligence
|
3 |
-
short_description: Premium AI
|
4 |
license: mit
|
5 |
emoji: ⚡
|
6 |
colorFrom: purple
|
@@ -48,12 +48,6 @@ models:
|
|
48 |
- Qwen/Qwen3-235B-A22B
|
49 |
- THUDM/GLM-4.1V-9B-Thinking
|
50 |
- tngtech/DeepSeek-TNG-R1T2-Chimera
|
51 |
-
- moonshotai/Kimi-K2-Instruct
|
52 |
-
- Qwen/Qwen3-235B-A22B-Instruct-2507
|
53 |
-
- Qwen/Qwen3-Coder-480B-A35B-Instruct
|
54 |
-
- Qwen/Qwen3-235B-A22B-Thinking-2507
|
55 |
-
- zai-org/GLM-4.5
|
56 |
-
- zai-org/GLM-4.5-Air
|
57 |
---
|
58 |
|
59 |
This service is powered by the [Pollinations](https://github.com/pollinations/pollinations) open-source AI community.
|
|
|
1 |
---
|
2 |
title: UltimaX Intelligence
|
3 |
+
short_description: Premium AI for everyone, equipped with advanced tools.
|
4 |
license: mit
|
5 |
emoji: ⚡
|
6 |
colorFrom: purple
|
|
|
48 |
- Qwen/Qwen3-235B-A22B
|
49 |
- THUDM/GLM-4.1V-9B-Thinking
|
50 |
- tngtech/DeepSeek-TNG-R1T2-Chimera
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
---
|
52 |
|
53 |
This service is powered by the [Pollinations](https://github.com/pollinations/pollinations) open-source AI community.
|
src/database/webui.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9211904
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e88c93c57f60a4ad8a54ba8d7135bf8902f4b8760aae5a06942294721f45a1b6
|
3 |
size 9211904
|