Spaces:
Sleeping
Sleeping
Mimi
commited on
Commit
·
ffb2b51
1
Parent(s):
c6efc13
typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM python:3.12
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY ./requirements.txt /app/requirements.txt
|
| 5 |
-
RUN pip install --no-cache-dir --upgrade -r
|
| 6 |
|
| 7 |
# Add user
|
| 8 |
RUN useradd -m -u 1000 user
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY ./requirements.txt /app/requirements.txt
|
| 5 |
+
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
| 6 |
|
| 7 |
# Add user
|
| 8 |
RUN useradd -m -u 1000 user
|