Spaces:
Sleeping
Sleeping
Merge pull request #8 from jdalfons/develop
Browse files- .github/workflows/check_file_size.yml +0 -16
- README.md +2 -1
.github/workflows/check_file_size.yml
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
name: Check file size
|
2 |
-
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
-
pull_request:
|
4 |
-
branches: [main]
|
5 |
-
|
6 |
-
# to run this workflow manually from the Actions tab
|
7 |
-
workflow_dispatch:
|
8 |
-
|
9 |
-
jobs:
|
10 |
-
sync-to-hub:
|
11 |
-
runs-on: ubuntu-latest
|
12 |
-
steps:
|
13 |
-
- name: Check large files
|
14 |
-
uses: ActionsDesk/[email protected]
|
15 |
-
with:
|
16 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -5,6 +5,7 @@ emoji: "🎤"
|
|
5 |
colorFrom: "blue"
|
6 |
colorTo: "green"
|
7 |
sdk: "streamlit"
|
|
|
8 |
app_file: "app.py"
|
9 |
pinned: true
|
10 |
---
|
@@ -54,7 +55,7 @@ Pour exécuter ce projet localement, suivez ces étapes :
|
|
54 |
|
55 |
2. Exécutez le conteneur Docker :
|
56 |
```sh
|
57 |
-
docker run -p
|
58 |
```
|
59 |
## Utilisation
|
60 |
|
|
|
5 |
colorFrom: "blue"
|
6 |
colorTo: "green"
|
7 |
sdk: "streamlit"
|
8 |
+
sdk: docker
|
9 |
app_file: "app.py"
|
10 |
pinned: true
|
11 |
---
|
|
|
55 |
|
56 |
2. Exécutez le conteneur Docker :
|
57 |
```sh
|
58 |
+
docker run -p 7860:7860 sise-ultimate-challenge
|
59 |
```
|
60 |
## Utilisation
|
61 |
|