GokulRajaR commited on
Commit
eea3acc
·
verified ·
1 Parent(s): ca403e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,9 +9,10 @@ RUN chmod -R 777 /app/hf_cache /app/models
9
 
10
  ENV HF_HOME=/app/hf_cache
11
 
12
- RUN pip install --no-cache-dir -r pyproject.toml
13
 
14
  EXPOSE 7860
15
 
16
  CMD ["python", "server.py"]
17
 
 
 
9
 
10
  ENV HF_HOME=/app/hf_cache
11
 
12
+ RUN pip install --no-cache-dir .
13
 
14
  EXPOSE 7860
15
 
16
  CMD ["python", "server.py"]
17
 
18
+