Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -14,8 +14,7 @@ RUN mkdir -p /tmp/hf_home /tmp/cache /tmp/diffusers_cache && \
|
|
14 |
|
15 |
# Copy requirements and install dependencies
|
16 |
COPY requirements.txt .
|
17 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
18 |
-
&& pip install --no-cache-dir git+https://github.com/sudo-ai/zero123plus.git
|
19 |
|
20 |
# Copy application code
|
21 |
COPY app.py .
|
|
|
14 |
|
15 |
# Copy requirements and install dependencies
|
16 |
COPY requirements.txt .
|
17 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
18 |
|
19 |
# Copy application code
|
20 |
COPY app.py .
|