Spaces:
Sleeping
Sleeping
sachin
commited on
Commit
·
dee875b
1
Parent(s):
e618a9e
change
Browse files- Dockerfile +2 -2
- client-requirements.txt → requirements.txt +0 -0
Dockerfile
CHANGED
@@ -17,8 +17,8 @@ RUN apk add --no-cache \
|
|
17 |
libpng-dev
|
18 |
|
19 |
# Install Python dependencies
|
20 |
-
COPY
|
21 |
-
RUN pip install --no-cache-dir --user -r
|
22 |
|
23 |
# Stage 2: Final stage
|
24 |
FROM python:3.10-alpine
|
|
|
17 |
libpng-dev
|
18 |
|
19 |
# Install Python dependencies
|
20 |
+
COPY requirements.txt .
|
21 |
+
RUN pip install --no-cache-dir --user -r requirements.txt
|
22 |
|
23 |
# Stage 2: Final stage
|
24 |
FROM python:3.10-alpine
|
client-requirements.txt → requirements.txt
RENAMED
File without changes
|