This is an automated email from the ASF dual-hosted git repository.
hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new e2c6e317 Fix docker files.
e2c6e317 is described below
commit e2c6e317946ebb711715432150d141937b0c8828
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sun Apr 23 00:02:22 2023 +0900
Fix docker files.
---
docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile | 2 +-
docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile
b/docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile
index d0ac1879..e35c907f 100644
--- a/docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile
+++ b/docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile
@@ -101,7 +101,7 @@ RUN apt-get update && apt-get install -q -y \
libjpeg-dev \
zlib1g-dev
-RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow
+RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow tomli
# install TVM dependencies
RUN apt-get install -q -y \
diff --git a/docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile
b/docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile
index 41f11ca4..7c69e101 100644
--- a/docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile
+++ b/docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile
@@ -109,7 +109,7 @@ RUN apt-get update && apt-get install -q -y \
libjpeg-dev \
zlib1g-dev
-RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow
+RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow tomli
# install TVM dependencies
RUN apt-get install -q -y \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]