Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
|
|
7 |
COPY ./requirment.txt /code/requirment.txt
|
8 |
|
9 |
# Install dependencies
|
10 |
-
RUN pip install --no-cache-dir --upgrade -r /code/
|
11 |
|
12 |
# Add a non-root user and switch to it
|
13 |
RUN useradd -m user
|
|
|
7 |
COPY ./requirment.txt /code/requirment.txt
|
8 |
|
9 |
# Install dependencies
|
10 |
+
RUN pip install --no-cache-dir --upgrade -r /code/requirment.txt
|
11 |
|
12 |
# Add a non-root user and switch to it
|
13 |
RUN useradd -m user
|