You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I have 1 tips when using docker to install presto on MACOS.
I sugget examplescripts/Dockerfile_presto5_ubuntu24.04.txt
this file should delete 80 and 81 columns
RUN ${PRESTO}/build/src/makewisdom
RUN mv ${PRESTO}/src/fftw_wisdom.txt ${PRESTO}/lib
,otherwise the docker build will fail.
The text was updated successfully, but these errors were encountered:
hello, I have 1 tips when using docker to install presto on MACOS.
this file should delete 80 and 81 columns
RUN ${PRESTO}/build/src/makewisdom
RUN mv ${PRESTO}/src/fftw_wisdom.txt ${PRESTO}/lib
,otherwise the docker build will fail.
The text was updated successfully, but these errors were encountered: