Skip to content

Commit f577d78

Browse files
authored
Rebuild Docker and CI images (#168)
* try to enable dist test for CI * mute dis test * ok fine no new tests * new CI and docker
1 parent 5626385 commit f577d78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ RUN yarn install && \
5353
yarn global add electron@1.8.4 orca
5454

5555
COPY environment.yml environment.yml
56-
RUN conda env update -f environment.yml
5756

5857
# Mac uses box2d-kengz, ubuntu uses box2d
5958
RUN . /opt/conda/etc/profile.d/conda.sh && \
6059
conda activate lab && \
60+
conda env update -f environment.yml && \
6161
pip uninstall -y tensorflow tensorboard && \
6262
pip uninstall -y box2d-kengz && \
6363
pip install box2d

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515
- ipykernel=4.7.0=py36_0
1616
- numpy=1.14.3=py36_blas_openblas_200
1717
- openblas=0.2.20=7
18-
- mpi4py=2.0.0
1918
- openpyxl=2.5.0b1=py36_0
2019
- openssl=1.0.2n=0
2120
- pandas=0.22.0=py36_0

0 commit comments

Comments
 (0)