m-sabih commited on
Commit
a5b8645
·
verified ·
1 Parent(s): 4b1ae0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM argilla/argilla-quickstart:v1.29.0
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
 
 
6
  # Install wget
7
  RUN apt-get update && apt-get install -y wget
8
 
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
6
+ # Switch to root to install wget
7
+ USER root
8
  # Install wget
9
  RUN apt-get update && apt-get install -y wget
10