arshy commited on
Commit
3a1e020
1 Parent(s): c32b98e
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -33,8 +33,6 @@ RUN pip install poetry gradio
33
  # Create a non-root user and change ownership of the /app directory
34
  RUN adduser --disabled-password --gecos '' myuser && \
35
  chown -R myuser:myuser /app
36
-
37
- # Switch to the non-root user
38
  USER myuser
39
 
40
  # Expose the port Gradio runs on
 
33
  # Create a non-root user and change ownership of the /app directory
34
  RUN adduser --disabled-password --gecos '' myuser && \
35
  chown -R myuser:myuser /app
 
 
36
  USER myuser
37
 
38
  # Expose the port Gradio runs on