Skip to content

Commit 3e067c7

Browse files
authored
Update Dockerfile
1 parent 34a662b commit 3e067c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ sudo apt install -y ocl-icd-opencl-dev vim
126126

127127
RUN cd sibernetic && \
128128
sed -i -e "s/n2.7/n3.10/g" makefile && \
129-
make clean && make all # Use python 3 libs
129+
make clean && make all && ldd ./Release/Sibernetic # Use python 3 libs
130130

131131

132132
################################################################################

0 commit comments

Comments
 (0)