m-sabih commited on
Commit
1a17f2f
1 Parent(s): c2cc4b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -3,11 +3,6 @@ FROM argilla/argilla-quickstart:v1.29.0
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 git
10
-
11
  ENV OAUTH_ID=""
12
  # Uncomment the next section to keep backward compatibility with previous versions
13
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
 
 
 
 
 
6
  ENV OAUTH_ID=""
7
  # Uncomment the next section to keep backward compatibility with previous versions
8
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image