Skip to content

Commit

Permalink
Added args
Browse files Browse the repository at this point in the history
  • Loading branch information
like-a-freedom committed Feb 2, 2025
1 parent a81191b commit be147b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ RUN apt-get install -y \
automake \
g++ \
git \
python3-dev \
# python3-dev \
libabsl-dev
# protobuf-compiler \
# libprotobuf-dev

# RUN apt-get autoclean
ENV CFLAGS=-O0
ENV CXXFLAGS=-O0
ENV CC=/usr/bin/clang
ENV CXX=/usr/bin/clang++
ENV ULIMIT_STACK=1048576
ENV CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON"
# ENV CC=/usr/bin/clang
# ENV CXX=/usr/bin/clang++
ENV ULIMIT_STACK=4048576
ENV CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"

#29.3
#22.3
Expand Down

0 comments on commit be147b9

Please sign in to comment.