ghh1125 commited on
Commit
e545e5e
·
verified ·
1 Parent(s): 1a3c24f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -7,8 +7,6 @@ ENV MCP_PORT=7860
7
 
8
  WORKDIR /app
9
 
10
- RUN useradd -m -u 1000 appuser
11
-
12
  COPY requirements.txt /app/requirements.txt
13
  RUN pip install --no-cache-dir -r /app/requirements.txt
14
 
 
7
 
8
  WORKDIR /app
9
 
 
 
10
  COPY requirements.txt /app/requirements.txt
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12