Zhofang commited on
Commit
dc03b39
·
verified ·
1 Parent(s): f7c6eb8

Update Dockerfile

Browse files

Hmm Idk I hope its work plz

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -94,7 +94,7 @@ RUN pip install numpy==1.26.4
94
  # End root user section
95
  #######################################
96
 
97
-
98
  # Python packages
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app
 
94
  # End root user section
95
  #######################################
96
 
97
+ USER user
98
  # Python packages
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app