Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Google Drive package dependencies #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
rm -rf /var/lib/apt/lists/*

# Get required python packages
RUN pip install pyserial dependency-injector pillow==6
RUN pip install pyserial dependency-injector pillow==6 google-api-python-client oauth2client

# Install PyTorch and Torchvision
COPY $TARGETPLATFORM/TorchInstaller.sh TorchInstaller.sh
Expand Down