Document crYOLO/1.5.6_gpu build process

This commit is contained in:
Spencer Bliven
2020-03-30 14:43:13 +02:00
parent ab670c0ce2
commit 67c09995ae
6 changed files with 46 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
# INSTALLATION
IMPORTANT! DON'T INSTALL WITH AURISTOR. Use an OpenAFS system (e.g. pmod6)
export TMPDIR=/opt/tmp/bliven_s
CONDA_COPY_ALWAYS=1 conda env create --file cryolo.yml
conda activate cryolo
The alternate TMPDIR is required on pmod6 because /tmp is too small for pip to expand all wheel files.

View File

@@ -0,0 +1,14 @@
name: cryolo-1.5.6-gpu
channels:
- defaults
dependencies:
- python=3.6
- pyqt=5
- cudnn=7.1.2
- numpy==1.14.5
- cython
- wxPython==4.0.4
- intel-openmp==2019.4
- pip
- pip:
- cryolo[gpu]==1.5.6