soiz1 commited on
Commit
119fb76
·
verified ·
1 Parent(s): 2c11f41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ 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 apt-get install -y libgl1 libglib2.0-0
10
 
11
  # Spaceのメインスクリプトをコピー
 
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のメインスクリプトをコピー