Sfoglia il codice sorgente

Add cpuid to the Dockerfile

Ian Goldberg 1 anno fa
parent
commit
60e3633b3d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -40,7 +40,7 @@ FROM scratch
 # removed, so that's actually what we want.
 COPY --from=sgx_no_source / /
 RUN apt update && apt install -y libboost-dev libboost-thread-dev \
-    numactl python3-numpy python3-yaml
+    numactl python3-numpy python3-yaml cpuid
 WORKDIR /root
 COPY . teems
 WORKDIR /root/teems