Archisman Karmakar
commited on
Commit
·
d434f9c
1
Parent(s):
1105e8e
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
|
@@ -18,16 +18,16 @@ jobs:
|
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
|
| 21 |
-
- name: Set up Python
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
-
- name: Environment Setup & Install system packages from packages.txt
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
|
| 32 |
# USE THIS IF YOU WANT TO AVOID DOCKER
|
| 33 |
|
|
|
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
|
| 21 |
+
# - name: Set up Python
|
| 22 |
+
# uses: actions/setup-python@v4
|
| 23 |
+
# with:
|
| 24 |
+
# python-version: '3.12'
|
| 25 |
|
| 26 |
+
# - name: Environment Setup & Install system packages from packages.txt
|
| 27 |
+
# run: |
|
| 28 |
+
# sudo add-apt-repository universe
|
| 29 |
+
# sudo apt-get update
|
| 30 |
+
# sudo xargs -a packages.txt apt-get install -y
|
| 31 |
|
| 32 |
# USE THIS IF YOU WANT TO AVOID DOCKER
|
| 33 |
|