File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ RUN yarn install && \
5353 yarn global add electron@1.8.4 orca
5454
5555COPY environment.yml environment.yml
56- RUN conda env update -f environment.yml
5756
5857# Mac uses box2d-kengz, ubuntu uses box2d
5958RUN . /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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments