mirror of
https://github.com/docker/build-push-action.git
synced 2025-12-16 14:28:58 +08:00
4 lines
106 B
Docker
4 lines
106 B
Docker
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubi9
|
|
RUN dd if=/dev/zero of=/output.dat bs=648M count=1
|
|
RUN uname -a
|