Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ USER user
|
|
4 |
WORKDIR /app
|
5 |
COPY --chown=user . $HOME/app
|
6 |
COPY ./requirements.txt /app/requirements.txt
|
7 |
-
RUN pip install
|
8 |
|
9 |
COPY . .
|
10 |
|
|
|
4 |
WORKDIR /app
|
5 |
COPY --chown=user . $HOME/app
|
6 |
COPY ./requirements.txt /app/requirements.txt
|
7 |
+
RUN pip install -r requirements.txt
|
8 |
|
9 |
COPY . .
|
10 |
|