Skip to content

Commit

Permalink
added portpicker package
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Dec 19, 2020
1 parent 6b8ffe3 commit 8df6fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apt-get install python3-numpy python3-dev python3-pip python3-mock
# If using a virtual environment, omit the --user argument
pip3 install -U --user keras_applications==1.0.8 --no-deps
pip3 install -U --user keras_preprocessing==1.1.0 --no-deps
pip3 install portpicker
```

## TensorFlow on Raspberry Pi
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN dpkg --add-architecture armhf && dpkg --add-architecture arm64 \

RUN pip3 install -U --user keras_applications==1.0.8 --no-deps \
&& pip3 install -U --user keras_preprocessing==1.1.0 --no-deps \
&& pip3 install portpicker \
&& ldconfig

RUN /bin/bash -c "update-alternatives --install /usr/bin/python python /usr/bin/python3 150"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/Dockerfile.stretch
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN echo "deb http://ftp.us.debian.org/debian/ buster main contrib non-free" > /

RUN pip3 install -U --user keras_applications==1.0.8 --no-deps \
&& pip3 install -U --user keras_preprocessing==1.1.0 --no-deps \
&& pip3 install portpicker \
&& ldconfig

RUN /bin/bash -c "update-alternatives --install /usr/bin/python python /usr/bin/python3 150"
Expand Down

0 comments on commit 8df6fec

Please sign in to comment.