Spaces:
Sleeping
Sleeping
AravindSL1
commited on
Commit
•
7e57d1f
1
Parent(s):
89e4674
Debug in Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,6 +2,8 @@ FROM python:3.12-slim
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
|
|
|
|
5 |
RUN pip install --no-cache-dir -r requirements.txt
|
6 |
|
7 |
COPY . /app
|
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
+
COPY requirements.txt /app/
|
6 |
+
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
COPY . /app
|