arshy commited on
Commit
37e48f6
1 Parent(s): 3ee375a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
 
12
  RUN pip install poetry gradio
13
 
14
- RUN git config --global --add safe.directory /app
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