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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,6 +17,8 @@ WORKDIR /root/opentrons
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
 
 
17
  # EXPOSE 31950
18
 
19
  # Run chat UI
20
+ RUN /bin/bash -c "source ~/.bashrc && pyenv install 3.8.5"
21
+ RUN /bin/bash -c "source ~/.bashrc && pyenv global 3.8.5"
22
  RUN /bin/bash -c "source ~/.bashrc && pip install gradio"
23
  RUN /bin/bash -c "source ~/.bashrc && python app.py"
24