Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|