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 34a662b commit 3e067c7Copy full SHA for 3e067c7
Dockerfile
@@ -126,7 +126,7 @@ sudo apt install -y ocl-icd-opencl-dev vim
126
127
RUN cd sibernetic && \
128
sed -i -e "s/n2.7/n3.10/g" makefile && \
129
- make clean && make all # Use python 3 libs
+ make clean && make all && ldd ./Release/Sibernetic # Use python 3 libs
130
131
132
################################################################################
0 commit comments