soiz1 commited on
Commit
19bfcb2
·
verified ·
1 Parent(s): 119fb76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,10 +6,9 @@ COPY requirements.txt /tmp/requirements.txt
6
  # TensorFlow 1.15.5を含めてインストール
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
8
  RUN apt-get update
 
9
  RUN pip install git+https://github.com/JiahuiYu/neuralgym.git
10
 
11
- RUN apt-get install -y libgl1 libglib2.0-0
12
-
13
  # Spaceのメインスクリプトをコピー
14
  COPY . /app
15
  WORKDIR /app
 
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 git
10
  RUN pip install git+https://github.com/JiahuiYu/neuralgym.git
11
 
 
 
12
  # Spaceのメインスクリプトをコピー
13
  COPY . /app
14
  WORKDIR /app