Spaces:
Running
Running
11
Browse files- 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.
|
| 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
|