jfcalvo commited on
Commit
21efeb3
·
verified ·
1 Parent(s): 856be9b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,10 +1,12 @@
1
  FROM argilla/argilla-quickstart:v1.28.0
2
 
3
  # HF dev mode requirements
 
4
  RUN apt-get update && \
5
  apt-get install -y git git-lfs wget curl procps && \
6
- rm -rf /var/lib/apt/lists/* && \
7
- ln -s /home/argilla /app
 
8
 
9
  # Copy the auth config section
10
  COPY .oauth.yaml /home/argilla/
 
1
  FROM argilla/argilla-quickstart:v1.28.0
2
 
3
  # HF dev mode requirements
4
+ USER root
5
  RUN apt-get update && \
6
  apt-get install -y git git-lfs wget curl procps && \
7
+ rm -rf /var/lib/apt/lists/*
8
+ USER argilla
9
+ RUN ln -s /home/argilla /app
10
 
11
  # Copy the auth config section
12
  COPY .oauth.yaml /home/argilla/