Spaces:
Running
Running
Use newer Python version in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
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 |
-
FROM python:3.
|
4 |
|
5 |
# set language, format and stuff
|
6 |
ENV LANG=C.UTF-8 LC_ALL=C.UTF-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 |
+
FROM python:3.8-slim
|
4 |
|
5 |
# set language, format and stuff
|
6 |
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|