roll-ai commited on
Commit
d336664
·
verified ·
1 Parent(s): 238748e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY setup_runtime.sh /setup_runtime.sh
17
  RUN chmod +x /setup_runtime.sh
18
 
19
  # Lightweight install to keep Hugging Face build stable
20
- RUN pip install --no-cache-dir gradio==4.27.0
21
 
22
  # Default command runs the heavy setup at runtime
23
  CMD ["/bin/bash", "/setup_runtime.sh"]
 
17
  RUN chmod +x /setup_runtime.sh
18
 
19
  # Lightweight install to keep Hugging Face build stable
20
+ RUN pip install --no-cache-dir gradio
21
 
22
  # Default command runs the heavy setup at runtime
23
  CMD ["/bin/bash", "/setup_runtime.sh"]