Skip to content

Commit

Permalink
Update Dockerfile.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ale161 committed Mar 22, 2023
1 parent f3b7949 commit 56921cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ RUN cd /tensorflow \
# Build TensorFlow with bazel
# https://github.com/nubispc/container-build-example/blob/86d84a184f90781c3eb2d47c87502fe14ba50361/Dockerfile.tensorflow-plugin#L106
RUN cd /tensorflow \
&& bazel build --local_ram_resources=HOST_RAM*.7 \
--local_cpu_resources=HOST_CPUS-3 \
&& bazel build --local_ram_resources=HOST_RAM*.9 \
--local_cpu_resources=HOST_CPUS-1 \
--config=v2 \
--copt=-O3 \
--config=opt \
Expand Down

0 comments on commit 56921cc

Please sign in to comment.