rajistics commited on
Commit
6b03a45
·
1 Parent(s): cabb333

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \