Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Oct 1, 2024
1 parent ebd45d3 commit 347d9ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/flexflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ RUN for pair in $BUILD_CONFIGS; do \
# Build and install C++ and Python versions of FlexFlow
RUN mkdir -p build && cd build && \
eval "$BUILD_CONFIGS" ../config/config.linux && \
make -j $N_BUILD_CORES && \
eval "$BUILD_CONFIGS" ../config/config.linux && \
make install && \
make -j $N_BUILD_CORES install && \
ldconfig

ENTRYPOINT ["/bin/bash"]

0 comments on commit 347d9ad

Please sign in to comment.