Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
3446e31
1
Parent(s):
e1ea6aa
fix: try pinning python to a specific version
Browse fileson huggingface we get this error:
===== Build Queued at 2024-12-13 09:11:39 / Commit SHA: e1ea6aa =====
--> ERROR: docker.io/library/python:3.1: not found
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.39.0
|
8 |
-
python_version: 3.10
|
9 |
app_file: call_models/entry_and_hotdog.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
|
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.39.0
|
8 |
+
python_version: 3.10.0
|
9 |
app_file: call_models/entry_and_hotdog.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|