Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix: remove Intel SGX SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Apr 26, 2024
1 parent 9657b55 commit 1f835a5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ RUN apt-get update && apt-get install -y \
gramine && \
rm -rf /var/lib/apt/lists/*

WORKDIR /opt/intel

ARG SGX_SDK_VERSION=2.23
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.23.100.2.bin

# Install Intel SGX SDK
RUN curl -fsSLo $SGX_SDK_INSTALLER https://download.01.org/intel-sgx/sgx-linux/$SGX_SDK_VERSION/distro/ubuntu22.04-server/$SGX_SDK_INSTALLER \
&& chmod +x $SGX_SDK_INSTALLER \
&& echo "yes" | ./$SGX_SDK_INSTALLER \
&& rm $SGX_SDK_INSTALLER

# Configure virtualenv
ENV GRAMINE_VENV=/opt/venv
RUN python3 -m venv $GRAMINE_VENV
Expand Down

0 comments on commit 1f835a5

Please sign in to comment.