We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93b3a9 commit 5a33d56Copy full SHA for 5a33d56
Dockerfile.intel
@@ -44,6 +44,9 @@ RUN source /opt/intel/oneapi/setvars.sh && \
44
ln -s /usr/local/include/elpa_openmp-$ELPA_VER/elpa /usr/local/include/ && \
45
cd /tmp && rm -rf elpa-$ELPA_VER
46
47
+RUN cd /tmp && git clone https://github.com/Tencent/rapidjson.git && cp -r rapidjson/include/rapidjson /usr/include/ \
48
+ && rm -rf rapidjson
49
+
50
RUN wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcpu.zip \
51
--no-check-certificate --quiet -O libtorch.zip && \
52
unzip -q libtorch.zip -d /opt && rm libtorch.zip
0 commit comments