mike23415 commited on
Commit
5ba0d31
·
verified ·
1 Parent(s): 81914fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 .