matinsn2000 commited on
Commit
6c9b9e1
·
1 Parent(s): acbb13c

Updated Dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
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.9
 
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
5
+
6
 
7
  RUN useradd -m -u 1000 user
8
  USER user
requirements.txt CHANGED
@@ -13,5 +13,5 @@ setuptools>=68.0
13
  openai==2.6.0
14
  huggingface_hub
15
  decorator==5.1.1
16
- smolagents>=0.3.0
17
  google-generativeai
 
13
  openai==2.6.0
14
  huggingface_hub
15
  decorator==5.1.1
16
+ smolagents==1.22.0
17
  google-generativeai