Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
|
26 |
-
RUN pip install --no-cache-dir -r ./requirements.
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
|
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
|
26 |
+
RUN pip install --no-cache-dir -r ./requirements.txt
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|