baxin commited on
Commit
89c4861
·
1 Parent(s): c904019

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ WORKDIR /root/opentrons
17
  # EXPOSE 31950
18
 
19
  # Run chat UI
 
20
  RUN /bin/bash -c "source ~/.bashrc && python app.py"
21
 
22
  # Run make command in robot-server directory
 
17
  # EXPOSE 31950
18
 
19
  # Run chat UI
20
+ RUN /bin/bash -c "source ~/.bashrc && pip install gradio"
21
  RUN /bin/bash -c "source ~/.bashrc && python app.py"
22
 
23
  # Run make command in robot-server directory