Merge branch 'modelcraft' into 'master'
New module: modelcraft See merge request Pmodules/buildblocks!298
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# INSTALLATION
|
||||
|
||||
IMPORTANT! DON'T INSTALL WITH AURISTOR. Use an OpenAFS system (e.g. pmod6)
|
||||
|
||||
```
|
||||
module purge
|
||||
module load anaconda
|
||||
export TMPDIR=/opt/tmp/$USER
|
||||
export XDG_CACHE_HOME=/opt/tmp/$USER/.cache
|
||||
CONDA_COPY_ALWAYS=1 conda env create -f modelcraft.yml
|
||||
conda activate modelcraft
|
||||
```
|
||||
|
||||
The alternate TMPDIR is required on pmod6 because /tmp is too small for pip to expand all wheel files.
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
name: modelcraft-2.2.3
|
||||
channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- python = 3.7
|
||||
- numpy
|
||||
- pandas
|
||||
- requests
|
||||
- scipy
|
||||
- pip
|
||||
- pip:
|
||||
- modelcraft==2.2.3
|
||||
Reference in New Issue
Block a user