Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN chmod 1777 /tmp \
|
|
15 |
COPY requirements.txt requirements.txt
|
16 |
|
17 |
# Install Python dependencies from requirements.txt
|
18 |
-
RUN pip install --no-cache-dir -r
|
19 |
|
20 |
# Copy the application code
|
21 |
COPY main.py main.py
|
|
|
15 |
COPY requirements.txt requirements.txt
|
16 |
|
17 |
# Install Python dependencies from requirements.txt
|
18 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
|
20 |
# Copy the application code
|
21 |
COPY main.py main.py
|