Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -13,6 +13,8 @@ RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
|
|
13 |
RUN echo 'eval "$(pyenv init --path)"' >> ~/.bashrc
|
14 |
RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
|
15 |
|
|
|
|
|
16 |
# Set the working directory
|
17 |
WORKDIR /root/opentrons
|
18 |
# EXPOSE 31950
|
|
|
13 |
RUN echo 'eval "$(pyenv init --path)"' >> ~/.bashrc
|
14 |
RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
|
15 |
|
16 |
+
RUN sudo apt-get install libudev-dev
|
17 |
+
|
18 |
# Set the working directory
|
19 |
WORKDIR /root/opentrons
|
20 |
# EXPOSE 31950
|