Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
0279d7b
1
Parent(s):
76b7f75
debug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ WORKDIR /app
|
|
35 |
COPY . /app
|
36 |
|
37 |
# Install any needed packages specified in requirements.txt
|
38 |
-
RUN pip3 install --no-cache-dir -r requirements.txt
|
39 |
|
40 |
# Command to run the application
|
41 |
CMD ["python3xxx", "app.py"]
|
|
|
35 |
COPY . /app
|
36 |
|
37 |
# Install any needed packages specified in requirements.txt
|
38 |
+
RUN pip3 install -y --no-cache-dir -r requirements.txt
|
39 |
|
40 |
# Command to run the application
|
41 |
CMD ["python3xxx", "app.py"]
|