soiz1 commited on
Commit
2c11f41
·
verified ·
1 Parent(s): 7d01b39

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ COPY requirements.txt /tmp/requirements.txt
5
 
6
  # TensorFlow 1.15.5を含めてインストール
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
 
 
8
 
9
  # Spaceのメインスクリプトをコピー
10
  COPY . /app
 
5
 
6
  # TensorFlow 1.15.5を含めてインストール
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
8
+ RUN apt-get update
9
+ RUN apt-get install -y libgl1 libglib2.0-0
10
 
11
  # Spaceのメインスクリプトをコピー
12
  COPY . /app