Spaces:
Sleeping
Sleeping
changed python version (#6)
Browse files- fixed hot (38a701519d3e9870bb2dcef9d0d9ddd49f1f4696)
- Dockerfile +1 -1
- README.md +0 -3
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 2 |
# you will also find guides on how best to write your Dockerfile
|
| 3 |
|
| 4 |
-
FROM python:3.
|
| 5 |
|
| 6 |
RUN useradd -m -u 1000 user
|
| 7 |
USER user
|
|
|
|
| 1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 2 |
# you will also find guides on how best to write your Dockerfile
|
| 3 |
|
| 4 |
+
FROM python:3.10.10
|
| 5 |
|
| 6 |
RUN useradd -m -u 1000 user
|
| 7 |
USER user
|
README.md
CHANGED
|
@@ -8,7 +8,4 @@ pinned: false
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
-
<<<<<<< HEAD
|
| 12 |
-
=======
|
| 13 |
if you are changing the connection string in the env to a new one ensure you populate the levels table with levels up to level9 for a default career path and default level name else points won't be calculated properly
|
| 14 |
-
>>>>>>> master
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
| 11 |
if you are changing the connection string in the env to a new one ensure you populate the levels table with levels up to level9 for a default career path and default level name else points won't be calculated properly
|
|
|