Skip to content

Commit fe48722

Browse files
authored
update stack (expat) (#1253)
* update stack (expat) * update Makefile (fix react version) * remove old Dockerfiles
1 parent e817aa8 commit fe48722

File tree

4 files changed

+3
-69
lines changed

4 files changed

+3
-69
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ endif
358358
printf "c.LocalEngineSetLauncher.engine_cmd = ['python', '-m', 'ipyparallel.engine']\n" >> ${HOME}/.ipython/profile_mpi/ipcluster_config.py
359359
printf "c.MPIEngineSetLauncher.engine_cmd = ['python', '-m', 'ipyparallel.engine']\n" >> ${HOME}/.ipython/profile_mpi/ipcluster_config.py
360360
ifdef CONDA_PREFIX
361-
cd ${CONDA_PREFIX}/lib/python3.7/site-packages/notebook/static/components/react && wget https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
361+
cd ${CONDA_PREFIX}/lib/python3.9/site-packages/notebook/static/components/react && wget https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
362362
else
363-
cd linux/lib/python3.7/site-packages/notebook/static/components/react && wget https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
363+
cd linux/lib/python3.9/site-packages/notebook/static/components/react && wget https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
364364
endif
365365

366366
jupyterlab:

docker/hashdist-gcc8/Dockerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

docker/hashdist-gcc9/Dockerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)