Spaces:
Sleeping
Sleeping
zhangfeng144
commited on
Commit
Β·
3feeda1
1
Parent(s):
e920edc
update docker permission
Browse files- Dockerfile +1 -0
- README.md +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ RUN pip install -r requirements.txt
|
|
6 |
# RUN pip install --no-cache-dir -r requirements.txt
|
7 |
COPY . .
|
8 |
COPY ./sticker.db /tmp/sticker.db
|
|
|
9 |
|
10 |
ENV HF_HOME=/tmp/.cache
|
11 |
|
|
|
6 |
# RUN pip install --no-cache-dir -r requirements.txt
|
7 |
COPY . .
|
8 |
COPY ./sticker.db /tmp/sticker.db
|
9 |
+
COPY --chown=user:user . /app
|
10 |
|
11 |
ENV HF_HOME=/tmp/.cache
|
12 |
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
|
|
1 |
---
|
2 |
+
title: Neko-Stickers
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|