Commit ·
a371525
1
Parent(s): 57e41e7
Modifying Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 2 |
# --------------------------------------------------------------
|
| 3 |
# Base image
|
| 4 |
-
FROM python:3.9
|
| 5 |
|
| 6 |
# --------------------------------------------------------------
|
| 7 |
# 1. create – and switch to – the un-privileged UID 1000 account
|
|
|
|
| 1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
| 2 |
# --------------------------------------------------------------
|
| 3 |
# Base image
|
| 4 |
+
FROM python:3.9
|
| 5 |
|
| 6 |
# --------------------------------------------------------------
|
| 7 |
# 1. create – and switch to – the un-privileged UID 1000 account
|