Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|