Spaces:
Build error
Build error
test
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 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 |
|
| 4 |
-
FROM python:3
|
| 5 |
|
| 6 |
USER root
|
| 7 |
|
| 8 |
-
|
| 9 |
# Set the working directory to the user's home directory
|
| 10 |
WORKDIR $HOME/app
|
| 11 |
|
|
|
|
| 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 |
|
| 4 |
+
FROM python:3
|
| 5 |
|
| 6 |
USER root
|
| 7 |
|
|
|
|
| 8 |
# Set the working directory to the user's home directory
|
| 9 |
WORKDIR $HOME/app
|
| 10 |
|