Spaces:
Runtime error
Runtime error
updates
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
11 |
|
12 |
RUN pip install poetry gradio
|
13 |
|
14 |
-
RUN
|
15 |
|
16 |
# # Separately handle submodule update and checks
|
17 |
# RUN git submodule init
|
|
|
11 |
|
12 |
RUN pip install poetry gradio
|
13 |
|
14 |
+
RUN chown -R myuser:myuser /app
|
15 |
|
16 |
# # Separately handle submodule update and checks
|
17 |
# RUN git submodule init
|