Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
|
|
9 |
# کپی فایل های requirements.txt و app.py
|
10 |
COPY requirements.txt .
|
11 |
COPY app.py .
|
12 |
-
|
13 |
|
14 |
# نصب وابستگی های پایتون
|
15 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
9 |
# کپی فایل های requirements.txt و app.py
|
10 |
COPY requirements.txt .
|
11 |
COPY app.py .
|
12 |
+
|
13 |
|
14 |
# نصب وابستگی های پایتون
|
15 |
RUN pip install --no-cache-dir -r requirements.txt
|