Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
|
|
29 |
|
30 |
# Copy the requirements and install Python dependencies
|
31 |
COPY --chown=pn requirements.txt requirements.txt
|
32 |
-
RUN pip install -r requirements.txt
|
33 |
|
34 |
# Handling frontend setup: Install dependencies and build
|
35 |
COPY --chown=pn frontend frontend
|
|
|
29 |
|
30 |
# Copy the requirements and install Python dependencies
|
31 |
COPY --chown=pn requirements.txt requirements.txt
|
32 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
33 |
|
34 |
# Handling frontend setup: Install dependencies and build
|
35 |
COPY --chown=pn frontend frontend
|