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