Commit c9ffb0bc authored by Tim Green's avatar Tim Green Committed by Copybara-Service
Browse files

Use Ubuntu 18.04 LTS image.

PiperOrigin-RevId: 387763552
Change-Id: I2a9753dfca2853de7f5c07c17cc7b2f7d12cf197
parent 00c4c91d
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
ARG CUDA=11.0 ARG CUDA=11.0
FROM nvidia/cuda:${CUDA}-cudnn8-runtime-ubuntu16.04 FROM nvidia/cuda:${CUDA}-cudnn8-runtime-ubuntu18.04
# FROM directive resets ARGS, so we specify again (the value is retained if # FROM directive resets ARGS, so we specify again (the value is retained if
# previously set). # previously set).
ARG CUDA ARG CUDA
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment