AndreasLH commited on
Commit
86cda90
·
1 Parent(s): c8b9b55
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Base image, have to use the full version to use the git features
2
- FROM python:3.12
3
  # https://huggingface.co/docs/hub/spaces-sdks-docker-first-demo
4
 
5
  # RUN apt-get install -y git
 
1
  # Base image, have to use the full version to use the git features
2
+ FROM python:3.11
3
  # https://huggingface.co/docs/hub/spaces-sdks-docker-first-demo
4
 
5
  # RUN apt-get install -y git