Add default env for car and gpio requirements

This commit is contained in:
Piv
2020-08-23 22:41:38 +09:30
parent 22830fa43a
commit db111e6df7
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ WORKDIR /app
COPY ./src /app COPY ./src /app
ENV CAR_VEHICLE=CAR_MOCK
ENV CAR_LIDAR=LIDAR_MOCK
# We aren't listening, just connecting, so probs won't need this. # We aren't listening, just connecting, so probs won't need this.
# EXPOSE 1883 # EXPOSE 1883
ENV PYTHONPATH=/app ENV PYTHONPATH=/app

View File

@@ -8,3 +8,5 @@ grpcio-tools
rplidar rplidar
breezyslam breezyslam
pyzmq pyzmq
gpiozero
pigpio