File size: 254 Bytes
9ca4676
 
 
2489214
7ab9502
 
81fbd5f
9ca4676
 
 
5a475bf
431cdfb
1
2
3
4
5
6
7
8
9
10
11
12
FROM python:3.10

RUN apt-get update && apt-get install -y git
RUN apt-get install libsystemd-dev
RUN apt-get install pkg-config


RUN git clone https://github.com/Opentrons/opentrons.git
WORKDIR /opentrons

RUN make setup-py
RUN make -C robot-server dev