Skip to content

Commit 2ae201d

Browse files
committed
FIX: undercase instructions in dockerfile
1 parent 62a7526 commit 2ae201d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda-ubuntu.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG CUDAVER=12.2.2
22
ARG UBUNTUVER=22.04
33

4-
FROM nvidia/cuda:${CUDAVER}-devel-ubuntu${UBUNTUVER} as build
4+
FROM nvidia/cuda:${CUDAVER}-devel-ubuntu${UBUNTUVER} AS build
55

66
ENV DEBIAN_FRONTEND noninteractive
77
ENV NVIDIA_VISIBLE_DEVICES all
@@ -35,7 +35,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg
3535
RUN SKIPINSTALL=yes /app/build-ffmpeg --build --enable-gpl-and-non-free
3636

3737

38-
FROM ubuntu:${UBUNTUVER} as release
38+
FROM ubuntu:${UBUNTUVER} AS release
3939

4040
ENV DEBIAN_FRONTEND noninteractive
4141
ENV NVIDIA_VISIBLE_DEVICES all

0 commit comments

Comments
 (0)