Skip to content

Commit

Permalink
Revert "Disable ABI (#4134)"
Browse files Browse the repository at this point in the history
This reverts commit 33f02b5.
  • Loading branch information
vanbasten23 authored Oct 27, 2022
1 parent 33f02b5 commit 8ee5c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG python_version="3.7"
ARG release_version="nightly"
ARG cuda="0"
ARG cuda_compute="3.7,7.0,7.5,8.0"
ARG cxx_abi="0"
ARG cxx_abi="1"
ARG tpuvm=""
ARG bazel_jobs=""
ARG git_clone="true"
Expand Down

0 comments on commit 8ee5c6d

Please sign in to comment.