alibidaran commited on
Commit
f36a7aa
·
verified ·
1 Parent(s): 9dfbe53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -35,6 +35,7 @@ RUN chmod -R 777 /.config
35
 
36
  # Updating pip and installing everything from requirements
37
  RUN python3 -m pip install -U pip setuptools wheel
 
38
 
39
  # Run the start_services.sh script
40
  CMD ["python","app.py"]
 
35
 
36
  # Updating pip and installing everything from requirements
37
  RUN python3 -m pip install -U pip setuptools wheel
38
+ RUN python3 -m pip install gradio
39
 
40
  # Run the start_services.sh script
41
  CMD ["python","app.py"]