Skip to content

Commit

Permalink
Limit RAM usage for building Dockerfiles in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FloopCZ committed Mar 4, 2021
1 parent 5e95850 commit db19118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/install-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chmod go+rX tensorflow_cc/tensorflow_cc/build
cd tensorflow_cc/tensorflow_cc/build

# build and install
cmake ..
cmake -DLOCAL_RAM_RESOURCES=2048 ..
make
rm -rf /home/tensorflow_cc/.cache
rm -rf /root/.cache
Expand Down

0 comments on commit db19118

Please sign in to comment.