baxin commited on
Commit
3c5b772
·
1 Parent(s): c93ff7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,8 +17,8 @@ WORKDIR /root/opentrons
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
 
 
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