Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ 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 |
-
RUN
|
17 |
|
18 |
# Set the working directory
|
19 |
WORKDIR /root/opentrons
|
|
|
13 |
RUN echo 'eval "$(pyenv init --path)"' >> ~/.bashrc
|
14 |
RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
|
15 |
|
16 |
+
RUN apt-get install libudev-dev
|
17 |
|
18 |
# Set the working directory
|
19 |
WORKDIR /root/opentrons
|