cc_staff
229
edits
No edit summary |
|||
Line 18: | Line 18: | ||
# need newer numpy? | # need newer numpy? | ||
=== Without scipy-stack/2023a module === | |||
module load python/3.8 | |||
module load gcc/9.3.0 cuda/11.4 arrow/8.0.0 | |||
virtualenv $HOME/jupyter_py3.8_nomod | |||
source $HOME/jupyter_py3.8_nomod/bin/activate | |||
pip install --no-index --upgrade pip | |||
pip install ipykernel | |||
pip install pytz_deprecation_shim | |||
pip install --no-index numpy pandas | |||
pip install --no-index simpletransformers | |||
pip install --no-index torch | |||
python -m ipykernel install --user --name test_py38_nomod --display-name "Python 3.8 Kernel nomod" | |||
deactivate | |||
==Working with processors that have non-uniform memory access (NUMA)== | ==Working with processors that have non-uniform memory access (NUMA)== |