Commit b64c99ac authored by nd-02110114's avatar nd-02110114
Browse files

♻️ cleanup old install script

parent b21a42fe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
#!/usr/bin/env bash
# Used to make a conda environment with deepchem

# Change commented out line For gpu tensorflow
#export tensorflow=tensorflow-gpu
export tensorflow=tensorflow

if [ -z "$gpu" ]
then
    export tensorflow=tensorflow