Page MenuHomec4science

create_conda_env.sh
No OneTemporary

File Metadata

Created
Tue, May 21, 16:09

create_conda_env.sh

#!/bin/sh
# Installing eddl dependencies trough conda
conda create -y -n eddl tensorflow=1.14 tensorflow-gpu=1.14 keras=2.2.4 keras-gpu=2.2.4 matplotlib numpy pandas scikit-learn scipy pybind11 pytest eigen

Event Timeline