-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project import generated by Copybara.
GitOrigin-RevId: 6e5aa035cd1f6a9333962df5d3ab97a05bd5744e
- Loading branch information
MediaPipe Team
authored and
Sebastian Schmidt
committed
Jun 28, 2022
1 parent
4a20e99
commit c688862
Showing
144 changed files
with
5,757 additions
and
2,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.0.0 | ||
5.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM ubuntu:18.04 | ||
FROM ubuntu:20.04 | ||
|
||
MAINTAINER <[email protected]> | ||
|
||
|
@@ -42,6 +42,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | |
software-properties-common && \ | ||
add-apt-repository -y ppa:openjdk-r/ppa && \ | ||
apt-get update && apt-get install -y openjdk-8-jdk && \ | ||
apt-get install -y mesa-common-dev libegl1-mesa-dev libgles2-mesa-dev && \ | ||
apt-get install -y mesa-utils && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
|
@@ -50,13 +52,13 @@ RUN pip3 install --upgrade setuptools | |
RUN pip3 install wheel | ||
RUN pip3 install future | ||
RUN pip3 install six==1.14.0 | ||
RUN pip3 install tensorflow==1.14.0 | ||
RUN pip3 install tensorflow==2.2.0 | ||
RUN pip3 install tf_slim | ||
|
||
RUN ln -s /usr/bin/python3 /usr/bin/python | ||
|
||
# Install bazel | ||
ARG BAZEL_VERSION=5.0.0 | ||
ARG BAZEL_VERSION=5.2.0 | ||
RUN mkdir /bazel && \ | ||
wget --no-check-certificate -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/b\ | ||
azel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.