Update Dockerfile
Browse files- 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 |
|