darkstorm2150 commited on
Commit
1246b5a
·
verified ·
1 Parent(s): ece2dd3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 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 && \