Document crYOLO/1.5.6_gpu build process
This commit is contained in:
10
Programming/anaconda/2019.07/conda-env-defs/cryolo/README.md
Normal file
10
Programming/anaconda/2019.07/conda-env-defs/cryolo/README.md
Normal 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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user