oceansweep commited on
Commit
4377b4b
1 Parent(s): 09cbc2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -9,7 +9,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
9
  python3.9 \
10
  python3-pip \
11
  git \
12
- ffmpeg \
 
 
13
  libcudnn8 \
14
  libcudnn8-dev \
15
  && apt-get clean && rm -rf /var/lib/apt/lists/*
 
9
  python3.9 \
10
  python3-pip \
11
  git \
12
+ ffmpeg
13
+
14
+ RUN apt-get update && apt-get install --no-install-recommends -y \
15
  libcudnn8 \
16
  libcudnn8-dev \
17
  && apt-get clean && rm -rf /var/lib/apt/lists/*