fffiloni commited on
Commit
3c440d3
1 Parent(s): fc08936

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ COPY . .
38
 
39
  # Install dependencies
40
  # Use the new pip resolver and always take the latest version if not specified
41
- RUN pip install --no-deps -r requirements.txt gradio
42
 
43
 
44
  # Update package lists and install other dependencies as needed
 
38
 
39
  # Install dependencies
40
  # Use the new pip resolver and always take the latest version if not specified
41
+ RUN pip install --use-feature=fast-deps -r requirements.txt gradio
42
 
43
 
44
  # Update package lists and install other dependencies as needed