CarlosMalaga commited on
Commit
2cfebfc
1 Parent(s): 9fc9755

Update spaces.yml

Browse files
Files changed (1) hide show
  1. spaces.yml +1 -1
spaces.yml CHANGED
@@ -1,5 +1,5 @@
1
  space_type: "python"
2
- executor_image: "python:3.9-slim"
3
  build:
4
  - pip install -r requirements.txt
5
  - pip install gunicorn
 
1
  space_type: "python"
2
+ executor_image: "python:3.10-slim"
3
  build:
4
  - pip install -r requirements.txt
5
  - pip install gunicorn