Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && \
|
|
17 |
|
18 |
# Switch to user after system setup
|
19 |
WORKDIR /content
|
20 |
-
USER
|
21 |
|
22 |
# Combine pip installations into a single layer
|
23 |
RUN pip3 install --upgrade pip==23.3.1 && \
|
|
|
17 |
|
18 |
# Switch to user after system setup
|
19 |
WORKDIR /content
|
20 |
+
USER root
|
21 |
|
22 |
# Combine pip installations into a single layer
|
23 |
RUN pip3 install --upgrade pip==23.3.1 && \
|