Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
|
|
2 |
|
3 |
FROM rocker/shiny
|
4 |
|
5 |
-
RUN useradd -m -u 1000 user
|
6 |
-
|
7 |
RUN apt-get update && apt-get install -y \
|
8 |
--no-install-recommends \
|
9 |
git-core \
|
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
+
RUN useradd -m -u 1000 shiny
|
3 |
|
4 |
FROM rocker/shiny
|
5 |
|
|
|
|
|
6 |
RUN apt-get update && apt-get install -y \
|
7 |
--no-install-recommends \
|
8 |
git-core \
|