Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 3 |
# you will also find guides on how best to write your Dockerfile
|
| 4 |
|
| 5 |
-
FROM python:3.
|
| 6 |
|
| 7 |
# Install Python 3 and its package manager
|
| 8 |
-
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 9 |
|
| 10 |
# The two following lines are requirements for the Dev Mode to be functional
|
| 11 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|
|
|
|
| 2 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 3 |
# you will also find guides on how best to write your Dockerfile
|
| 4 |
|
| 5 |
+
FROM python:3.12
|
| 6 |
|
| 7 |
# Install Python 3 and its package manager
|
| 8 |
+
# RUN apt-get update && apt-get install -y python3 python3-pip
|
| 9 |
|
| 10 |
# The two following lines are requirements for the Dev Mode to be functional
|
| 11 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|