Kurokabe commited on
Commit
d3b5bbb
1 Parent(s): 1abc64f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ FROM tensorflow/tensorflow:2.7.0
10
  # RUN apt-get -y update
11
  # RUN apt-get -y upgrade
12
  # RUN apt-get install -y ffmpeg
 
13
 
14
  # Setup environment
15
  WORKDIR /GANime
 
10
  # RUN apt-get -y update
11
  # RUN apt-get -y upgrade
12
  # RUN apt-get install -y ffmpeg
13
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
14
 
15
  # Setup environment
16
  WORKDIR /GANime